From a64dd89ab4dfe0f95f9bbd7d3b66a78758ecb6c1 Mon Sep 17 00:00:00 2001 From: "devinfra-flakiness[bot]" <212413796+devinfra-flakiness[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:00:33 +0000 Subject: [PATCH] Skipping flaky test test_per_second_formula_with_gauge_metric_type_without_top_level_metric_type --- .../api/endpoints/test_organization_events_trace_metrics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/snuba/api/endpoints/test_organization_events_trace_metrics.py b/tests/snuba/api/endpoints/test_organization_events_trace_metrics.py index 56d7a83405b223..3c005fc5cf8d4f 100644 --- a/tests/snuba/api/endpoints/test_organization_events_trace_metrics.py +++ b/tests/snuba/api/endpoints/test_organization_events_trace_metrics.py @@ -278,6 +278,7 @@ def test_per_second_formula_with_gauge_metric_type(self) -> None: "per_second(value, cpu_usage, gauge, -)": pytest.approx(2 / 600, abs=0.001) } + @pytest.mark.skip(reason="flaky: #103534") def test_per_second_formula_with_gauge_metric_type_without_top_level_metric_type(self) -> None: gauge_metrics = [ self.create_trace_metric("cpu_usage", 75.0, "gauge"),