Skip to content

Commit cb654cd

Browse files
Removes old, unneeded test suite
1 parent 0685669 commit cb654cd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

tests/sentry/middleware/integrations/parsers/test_github.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -292,15 +292,3 @@ def test_issue_deleted_routing(self) -> None:
292292
region_names=[region.name],
293293
destination_types={DestinationType.SENTRY_REGION: 1},
294294
)
295-
296-
297-
@control_silo_test
298-
class GithubRequestParserTypeRoutingTest(GithubRequestParserTest):
299-
"""
300-
Test fixture that runs the routing tests with header-based routing enabled.
301-
"""
302-
303-
@pytest.fixture(autouse=True)
304-
def setup(self):
305-
with override_options({"github.webhook-type-routing.enabled": True}):
306-
yield

0 commit comments

Comments
 (0)