The Witness: Turn off default tests on a test that is prone to swap fails #4261
This commit is contained in:
		
							parent
							
								
									e262c8be9c
								
							
						
					
					
						commit
						ad30e3264a
					
				| 
						 | 
					@ -3,6 +3,8 @@ from ..test import WitnessTestBase
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TestDisableNonRandomized(WitnessTestBase):
 | 
					class TestDisableNonRandomized(WitnessTestBase):
 | 
				
			||||||
 | 
					    run_default_tests = False
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    options = {
 | 
					    options = {
 | 
				
			||||||
        "disable_non_randomized_puzzles": True,
 | 
					        "disable_non_randomized_puzzles": True,
 | 
				
			||||||
        "shuffle_doors": "panels",
 | 
					        "shuffle_doors": "panels",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue