Browse Source

tests(RCA): Skip failing RCA tests (#60558)

These tests are flaking. See
https://github.com/getsentry/sentry/actions/runs/6983884373/job/19005779244
for example.
Tony Xiao 1 year ago
parent
commit
984670ba5f

+ 1 - 0
tests/sentry/api/endpoints/test_organization_root_cause_analysis.py

@@ -12,6 +12,7 @@ from sentry.utils.samples import load_data
 pytestmark = [pytest.mark.sentry_metrics]
 
 
+@pytest.mark.skip(reason="test failing")
 @region_silo_test
 @freeze_time(MetricsAPIBaseTestCase.MOCK_DATETIME)
 class OrganizationRootCauseAnalysisTest(MetricsAPIBaseTestCase):