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")