There was an error while loading. Please reload this page.
1 parent 2e0cc23 commit 5959d63Copy full SHA for 5959d63
1 file changed
tests/system/singlesite/cmk/gui/test_login.py
@@ -387,6 +387,7 @@ def require_password_change(site: Site, username: str) -> Iterator[None]:
387
site.delete_file(pw_change_marker)
388
389
390
+@pytest.mark.skip(reason="Flaky test: CMK-37917")
391
def test_rest_api_access_with_enabled_2fa(site: Site) -> None:
392
"""you're not supposed to access the rest api if you have 2fa enabled (except for cookie auth)
393
0 commit comments