diff --git a/tests/snuba/api/endpoints/test_organization_events_timeseries_cross_trace.py b/tests/snuba/api/endpoints/test_organization_events_timeseries_cross_trace.py index d03d8bead544e6..c72c7085e4daee 100644 --- a/tests/snuba/api/endpoints/test_organization_events_timeseries_cross_trace.py +++ b/tests/snuba/api/endpoints/test_organization_events_timeseries_cross_trace.py @@ -1,5 +1,7 @@ import uuid +import pytest + from tests.snuba.api.endpoints.test_organization_events import OrganizationEventsEndpointTestBase @@ -268,6 +270,7 @@ def test_cross_trace_query_with_multiple_spans(self) -> None: assert values[0]["value"] == 0 assert values[1]["value"] == 1 + @pytest.mark.skip(reason="flaky: #106010") def test_cross_trace_qurey_with_multiple_logs(self) -> None: trace_id = uuid.uuid4().hex excluded_trace_id = uuid.uuid4().hex