Skip to content

Commit

Permalink
test: ignore RUM availability errors (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk authored Jan 28, 2025
1 parent 3777638 commit 1c32b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ui/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ def pytest_runtest_call(item: pytest.Item) -> Iterator[Any]:

yield

IGNORED: List[str] = []
# sometimes RUM is down and we get a lot of severe logs
IGNORED: List[str] = ["https://rum-ingest.us1.signalfx.com"]

browser_logs = s_utils.get_browser_logs(item.selenium_helper.browser)
severe_logs = [
Expand Down

0 comments on commit 1c32b33

Please sign in to comment.