Skip to content

Commit

Permalink
Skip test on CSE
Browse files Browse the repository at this point in the history
Change-Id: I5e3756b47d9d831ae7ce95575f04f9a3788b174f
  • Loading branch information
Shortfinga authored and gtomassorri committed Sep 19, 2024
1 parent 9b48a19 commit 5ae189f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/cmk/gui/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ def test_rest_api_access_with_enabled_2fa(site: Site) -> None:
assert not session.is_logged_in()


@skip_if_saas_edition
def test_rest_api_access_by_cookie_2fa(site: Site) -> None:
"""login via the gui but do not complete the 2fa, the cookie must not allow you access to the
rest api
Expand Down

0 comments on commit 5ae189f

Please sign in to comment.