skip
This commit is contained in:
parent
1cdf7fe061
commit
4b70314d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
class TestReproduce:
|
||||||
def test_debug_log_repro(
|
def test_debug_log_repro(
|
||||||
self,
|
self,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue