Skip to content

Commit c767c65

Browse files
authored
fix: Skip flaky test (#26625)
1 parent b67fefa commit c767c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/sentry/api/endpoints/test_grouping_levels.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def inner(group: Group):
7171

7272
@pytest.mark.django_db
7373
@pytest.mark.snuba
74+
@pytest.mark.skip(reason="flaky test")
7475
def test_error_conditions(client, default_project, reset_snuba, factories):
7576
group = Group.objects.create(project=default_project)
7677
grouphash = GroupHash.objects.create(

0 commit comments

Comments
 (0)