Skip to content

Commit

Permalink
Skip broken tests for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaxley committed Nov 8, 2024
1 parent cb4896b commit 1aff37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_all_user_events(self, driver, setup_login, kibana_url, timeout):
assert "No results found" not in panel.get_attribute("innerHTML")
#This panel is no longer available in Release 2.0

#@pytest.mark.skip(reason="This test isn't working for 2.0 yet")
@pytest.mark.skip(reason="This test isn't working for 2.0 yet")
def test_timestamps_by_count(self, setup_login, kibana_url, timeout):
driver = setup_login
#dashboard_id = "618bc5d0-84f8-11ee-9838-ff0db128d8b2"
Expand Down

0 comments on commit 1aff37f

Please sign in to comment.