diff --git a/tests/ui/conftest.py b/tests/ui/conftest.py index c85a95b27..b17ee1477 100644 --- a/tests/ui/conftest.py +++ b/tests/ui/conftest.py @@ -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 = [