Skip to content

Commit 03ef934

Browse files
committed
better
1 parent a93335c commit 03ef934

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7629,6 +7629,7 @@ def test_environment(self):
76297629
for engine in JS_ENGINES:
76307630
for work in (1, 0):
76317631
for assertions in (0, 1):
7632+
if work and assertions: continue # we care about assertions when we fail
76327633
# set us to test in just this engine
76337634
self.banned_js_engines = [e for e in JS_ENGINES if e != engine]
76347635
# tell the compiler to build with just that engine

0 commit comments

Comments
 (0)