File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515import re
1616from typing import Final
1717
18+ import pytest
1819from playwright .sync_api import expect
1920
2021from 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." )
4244def 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." )
8184def test_selected_range_is_not_restored_after_navigating_away (
8285 service_graphs : ServiceGraphs , javascript_errors : list [str ]
8386) -> None :
You can’t perform that action at this time.
0 commit comments