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 49fc969 commit d44606eCopy full SHA for d44606e
tests/sentry/core/endpoints/test_organization_index.py
@@ -4,6 +4,7 @@
4
from typing import Any
5
from unittest.mock import MagicMock, patch
6
7
+import pytest
8
from django.test import override_settings
9
from django.urls import reverse
10
@@ -183,6 +184,7 @@ def test_with_default_team_true(self) -> None:
183
184
)
185
OrganizationMemberTeam.objects.get(organizationmember_id=org_member.id, team_id=team.id)
186
187
+ @pytest.mark.skip("flaky: INFRENG-210")
188
def test_valid_slugs(self) -> None:
189
valid_slugs = ["santry", "downtown-canada", "1234-foo"]
190
for input_slug in valid_slugs:
0 commit comments