Skip to content

Commit 09a241f

Browse files
committed
plugins-integration: add correct ticket reference to skipped tests.
Change-Id: I657a75a5347b28a1c2d1344d5e2e0593d242bead
1 parent 8c071cb commit 09a241f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/plugins_siteless/test_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_checks_executor(
8585
]
8686

8787
if any(_ in request.node.name for _ in xfail_list):
88-
pytest.xfail(reason="CMK-33440: Failing plugin_siteless tests...")
88+
pytest.xfail(reason="CMK-33568: Failing plugin_siteless tests...")
8989

9090
agent_based_plugins = config.load_all_pluginX(repo_path() / "cmk/base/legacy_checks")
9191
assert not agent_based_plugins.errors

0 commit comments

Comments
 (0)