From 4bd74b8c3dd1179f3d75fa9ccc67514dc88ea339 Mon Sep 17 00:00:00 2001 From: "devinfra-flakiness[bot]" <212413796+devinfra-flakiness[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:00:30 +0000 Subject: [PATCH] Skipping flaky test test_disable_alerts_multiple_scopes --- tests/sentry/notifications/utils/test_participants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/sentry/notifications/utils/test_participants.py b/tests/sentry/notifications/utils/test_participants.py index 901777a01de05b..94ae81f573c8e5 100644 --- a/tests/sentry/notifications/utils/test_participants.py +++ b/tests/sentry/notifications/utils/test_participants.py @@ -370,6 +370,7 @@ def test_team_owners(self): slack=[self.user.id], ) + @pytest.mark.skip(reason="flaky: #95565") def test_disable_alerts_multiple_scopes(self): event = self.store_event_owners("everyone.cbl")