Skip to content

Commit 1f4507f

Browse files
authored
fix: Skip group_hashes_split test (#26176)
1 parent 9b4a931 commit 1f4507f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/sentry/api/endpoints/test_group_hashes_split.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
from sentry.models import GroupHash
44
from sentry.testutils.helpers import Feature
55

6+
pytestmark = pytest.mark.skip(reason="too flaky")
7+
68

79
@pytest.fixture(autouse=True)
810
def hierarchical_grouping_features():

0 commit comments

Comments
 (0)