Skip to content

Commit f71fe30

Browse files
smeagol91Jenkins
authored andcommitted
igloo: skip the two failing global time picker E2E tests
JIRA-Ref: CMK-37024 Change-Id: Id22519e4c10ea27868ad5dd38279e8fa6fd1a94a
1 parent 3fd5459 commit f71fe30

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/system/gui/test_graph_global_time_picker.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import re
1616
from typing import Final
1717

18+
import pytest
1819
from playwright.sync_api import expect
1920

2021
from tests.system.gui.testlib.playwright.pom.graphing.timeseries_graph import ServiceGraphs
@@ -39,6 +40,7 @@ def _document_survived(graphs: ServiceGraphs) -> bool:
3940
return bool(graphs.page.evaluate("window.__cmkGlobalTimePickerMarker === true"))
4041

4142

43+
@pytest.mark.skip(reason="CMK-37024; the panel's timestamp is addressed by the wrong class.")
4244
def test_one_preset_selection_moves_every_graph_on_the_page(
4345
service_graphs: ServiceGraphs, javascript_errors: list[str]
4446
) -> None:
@@ -78,6 +80,7 @@ def test_one_preset_selection_moves_every_graph_on_the_page(
7880
assert not javascript_errors, f"JavaScript errors were raised: {javascript_errors}"
7981

8082

83+
@pytest.mark.skip(reason="CMK-37024; `ServicePage.navigate` raises, so the return trip fails.")
8184
def test_selected_range_is_not_restored_after_navigating_away(
8285
service_graphs: ServiceGraphs, javascript_errors: list[str]
8386
) -> None:

0 commit comments

Comments
 (0)