Skip to content

Commit 6e05b2e

Browse files
committed
piggyback-hub: skip flaky composition tests
CMK-35803 Change-Id: Id0c2b54a5278f66b4c800972e5e0187540530ac4
1 parent db846b1 commit 6e05b2e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/system/multisite/cmk/piggyback/test_piggyback.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def _check_config_redistributed(
270270
config_inodes[site.id] = current_inode
271271

272272

273+
@pytest.mark.skip("flaky - CMK-35803")
273274
@pytest.mark.skip_if_not_edition("managed")
274275
def test_config_sync_source_remote_diff_customer(central_site: Site, remote_site: Site) -> None:
275276
"""
@@ -297,6 +298,7 @@ def test_config_sync_source_remote_diff_customer(central_site: Site, remote_site
297298
_check_config_redistributed([central_site, remote_site], config_inodes)
298299

299300

301+
@pytest.mark.skip("flaky - CMK-35803")
300302
@pytest.mark.skip_if_not_edition("managed")
301303
def test_config_sync_source_remote_remote_diff_customer(
302304
piggyback_env_three_site_setup: tuple[Site, Site, Site],

0 commit comments

Comments
 (0)