Skip to content

Commit dd3cc5c

Browse files
authored
xfail flakey test (#54081)
1 parent 048eb6d commit dd3cc5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry/api/endpoints/test_team_all_unresolved_issues.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from datetime import datetime, timedelta, timezone
22

3+
import pytest
34
from django.utils.timezone import now
45
from freezegun import freeze_time
56

@@ -20,6 +21,7 @@
2021
class TeamIssueBreakdownTest(APITestCase):
2122
endpoint = "sentry-api-0-team-all-unresolved-issues"
2223

24+
@pytest.mark.xfail(reason="flakey")
2325
def test_status_format(self):
2426
project1 = self.create_project(teams=[self.team])
2527
group1_1 = self.create_group(project=project1, first_seen=before_now(days=40))

0 commit comments

Comments
 (0)