Skip to content

Commit

Permalink
skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon committed Nov 4, 2024
1 parent 1cdf7fe commit 4b70314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/youtube/test_debug_repro.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def subscription_yaml_preset(default_config, output_directory):
)


@pytest.mark.skipif(False, reason="Always skip repro, for local testing only")
@pytest.mark.skipif(True, reason="Always skip repro, for local testing only")
class TestReproduce:
def test_debug_log_repro(
self,
Expand Down

0 comments on commit 4b70314

Please sign in to comment.