Skip to content

Commit

Permalink
gui-e2e: skip tests; pending investigation.
Browse files Browse the repository at this point in the history
CMK-20395

Change-Id: I104d86f52eac11c4103c1b74f7da0b6431f98c07
  • Loading branch information
dhsh-checkmk committed Nov 22, 2024
1 parent ae38cd8 commit 642f496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gui_e2e/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def test_create_rules(
), f'Rule creation for ruleset "{ruleset_name}" has failed!'


@pytest.mark.skip(reason="Pending investigation; CMK-20395")
@pytest.mark.parametrize(
"created_host",
[
Expand Down Expand Up @@ -244,6 +245,7 @@ def test_periodic_service_discovery_rule(
ruleset_page.delete_button.click()


@pytest.mark.skip(reason="Pending investigation; CMK-20395")
@pytest.mark.parametrize(
"created_host",
[
Expand Down
1 change: 1 addition & 0 deletions tests/gui_e2e/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
logger = logging.getLogger(__name__)


@pytest.mark.skip(reason="Pending investigation; CMK-20395")
@pytest.mark.parametrize(
"created_host",
[
Expand Down
1 change: 1 addition & 0 deletions tests/gui_e2e/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def create_new_user(
users_page.activate_changes()


@pytest.mark.skip(reason="Pending investigation; CMK-20395")
@pytest.mark.parametrize(
"new_role, new_user",
[
Expand Down

0 comments on commit 642f496

Please sign in to comment.