We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b4a931 commit 1f4507fCopy full SHA for 1f4507f
tests/sentry/api/endpoints/test_group_hashes_split.py
@@ -3,6 +3,8 @@
3
from sentry.models import GroupHash
4
from sentry.testutils.helpers import Feature
5
6
+pytestmark = pytest.mark.skip(reason="too flaky")
7
+
8
9
@pytest.fixture(autouse=True)
10
def hierarchical_grouping_features():
0 commit comments