Skip to content

Commit 5959d63

Browse files
committed
Skip flaky test_rest_api_access_with_enabled_2fa
CMK-37917 Change-Id: Ifeaa638b813c960a6c56168a35d971497f8820a8
1 parent 2e0cc23 commit 5959d63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/singlesite/cmk/gui/test_login.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ def require_password_change(site: Site, username: str) -> Iterator[None]:
387387
site.delete_file(pw_change_marker)
388388

389389

390+
@pytest.mark.skip(reason="Flaky test: CMK-37917")
390391
def test_rest_api_access_with_enabled_2fa(site: Site) -> None:
391392
"""you're not supposed to access the rest api if you have 2fa enabled (except for cookie auth)
392393

0 commit comments

Comments
 (0)