Skip to content

Commit 194e27b

Browse files
committed
gui-e2e: xfail "test_add_top_list_widget"
Possible removal of web element selectable via get_attribute("placeholder") causing 120s timeout in fixture setup results in a failing test case. If not - a race condition needs to be handled, so that the presence of expected web element is either validated or something more meaningful is validated. CMK-37975 Change-Id: I1feefad8586ca5b9bd17f4bbc7840f4f875c7dad
1 parent 595c129 commit 194e27b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/gui/test_dashboard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ def test_widget_filters(
432432
).to_have_count(hosts_count)
433433

434434

435+
@pytest.mark.xfail(reason="CMK-37975; skip failing test.")
435436
def test_add_top_list_widget(
436437
linux_hosts: list[str], cloned_linux_hosts_dashboard: CustomDashboard
437438
) -> None:

0 commit comments

Comments
 (0)