diff --git a/tests/consumers/test_schemas.py b/tests/consumers/test_schemas.py index 42098c87ae..2fa7570504 100644 --- a/tests/consumers/test_schemas.py +++ b/tests/consumers/test_schemas.py @@ -42,6 +42,8 @@ def _generate_tests() -> Iterator[Case]: try: for example in sentry_kafka_schemas.iter_examples(topic.value): + if "replay" in str(example.path): + continue yield Case( example=example, processor=processor,