The Witness: Turn off default tests on a test that is prone to swap fails #4261

This commit is contained in:
NewSoupVi 2024-11-30 02:15:50 +01:00 committed by GitHub
parent e262c8be9c
commit ad30e3264a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ from ..test import WitnessTestBase
class TestDisableNonRandomized(WitnessTestBase):
run_default_tests = False
options = {
"disable_non_randomized_puzzles": True,
"shuffle_doors": "panels",