Skip to content

Commit 44005e6

Browse files
committed
Skip test_rg_update_cpg due to flakyness, need to revisit before GA
1 parent 443308c commit 44005e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/e2e/tests/test_replicationgroup.py

+2
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,8 @@ def test_rg_associate_resources(self, rg_associate_resources_input, rg_associate
680680
# assert new state
681681
assert_associated_resources(rg_associate_resources_input['RG_ID'], sg_list, sns_topic, ug_list)
682682

683+
# hard flakes on this test, needs to be fixed
684+
@pytest.mark.skip(reason="Flaky test")
683685
def test_rg_update_cpg(self, rg_update_cpg_input, rg_update_cpg, bootstrap_resources):
684686
# wait for resource to sync and retrieve initial state
685687
(reference, _) = rg_update_cpg

0 commit comments

Comments
 (0)