Skip to content

Commit d7cebe0

Browse files
authored
Skip test_queries_profile_candidates_from_spans (#91724)
It's happening on master, preventing deployments: https://github.com/getsentry/sentry/actions/runs/15048003009/job/42295408496 See #91731 to re-enable it.
1 parent b441e2c commit d7cebe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry/api/endpoints/test_organization_profiling_profiles.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from unittest.mock import patch
33
from uuid import uuid4
44

5+
import pytest
56
from django.http import HttpResponse
67
from django.urls import reverse
78
from rest_framework.exceptions import ErrorDetail
@@ -808,6 +809,7 @@ def test_queries_profile_candidates_from_profiles_with_continuous_profiles_with_
808809
},
809810
)
810811

812+
@pytest.mark.skip(reason="See https://github.com/getsentry/sentry/issues/91731")
811813
@patch("sentry.profiles.flamegraph.bulk_snuba_queries")
812814
@patch("sentry.api.endpoints.organization_profiling_profiles.proxy_profiling_service")
813815
def test_queries_profile_candidates_from_spans(

0 commit comments

Comments
 (0)