Skip to content

Commit ab14bef

Browse files
committed
gui-e2e: xfail 'test_agent_connection_test'.
'Test agent connection' button is incorrectly visible. CMK-29018 has been created as a bug. CMK-29016 Change-Id: I1e87a7c8c3b1c5b6d28acc58ad830ff467129e34
1 parent 9dc99f8 commit ab14bef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/gui_e2e/test_hosts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def test_delete_host_row(
173173
test_site.openapi.changes.activate_and_wait_for_completion(force_foreign_changes=True)
174174

175175

176+
@pytest.mark.xfail(strict=True, reason="CMK-29018")
176177
def test_agent_connection_test(dashboard_page: MainDashboard) -> None:
177178
"""Validate agent connection test of a host."""
178179
add_host = AddHost(dashboard_page.page)

0 commit comments

Comments
 (0)