diff --git a/tests/snuba/api/endpoints/test_organization_events_stats_trace_metrics.py b/tests/snuba/api/endpoints/test_organization_events_stats_trace_metrics.py index 8236d0098e809c..aac749a89f4870 100644 --- a/tests/snuba/api/endpoints/test_organization_events_stats_trace_metrics.py +++ b/tests/snuba/api/endpoints/test_organization_events_stats_trace_metrics.py @@ -176,7 +176,6 @@ def test_top_events(self) -> None: assert response.data["value2"]["meta"]["dataset"] == "tracemetrics" assert response.data["Other"]["meta"]["dataset"] == "tracemetrics" - @pytest.mark.skip(reason="flaky: #103382") def test_meta_accuracy(self): metric_values = [1, 2, 3, 4] 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 7ee8407294f2c0..56d7a83405b223 100644 --- a/tests/snuba/api/endpoints/test_organization_events_trace_metrics.py +++ b/tests/snuba/api/endpoints/test_organization_events_trace_metrics.py @@ -180,7 +180,6 @@ def test_sum_with_distribution_metric_type(self): "sum(value, request_duration, distribution, -)": 155, } - @pytest.mark.skip(reason="flaky: #103384") def test_per_minute_formula(self) -> None: # Store 6 trace metrics over a 10 minute period self.store_trace_metrics(