Skip to content

Commit 7a25831

Browse files
committed
plugins-integration: add correct ticket reference to skipped tests.
Change-Id: I9b381bf9b5bdcb5880d8b0156dc64ddb0e642d08
1 parent 72b29ab commit 7a25831

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/plugins_integration/test_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_plugin(
3636
]
3737

3838
if any(_ in request.node.name for _ in xfail_list):
39-
pytest.xfail(reason="CMK-33440")
39+
pytest.xfail(reason="CMK-33568")
4040

4141
with setup_host(test_site, host_name):
4242
disk_dump = read_disk_dump(host_name)

tests/plugins_integration/test_plugin_update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
]
4949

5050

51-
@pytest.mark.skip(reason="CMK-33440")
51+
@pytest.mark.skip(reason="CMK-33568")
5252
def test_plugin_update(
5353
test_site_update: Site,
5454
site_factory_update: SiteFactory,

0 commit comments

Comments
 (0)