Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/sentry/core/endpoints/test_organization_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from typing import Any
from unittest.mock import MagicMock, patch

import pytest
from django.test import override_settings
from django.urls import reverse

Expand Down Expand Up @@ -184,7 +183,6 @@ def test_with_default_team_true(self) -> None:
)
OrganizationMemberTeam.objects.get(organizationmember_id=org_member.id, team_id=team.id)

@pytest.mark.skip("flaky: INFRENG-210")
def test_valid_slugs(self) -> None:
valid_slugs = ["santry", "downtown-canada", "1234-foo"]
for input_slug in valid_slugs:
Expand Down
Loading