We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93335c commit 03ef934Copy full SHA for 03ef934
1 file changed
tests/test_core.py
@@ -7629,6 +7629,7 @@ def test_environment(self):
7629
for engine in JS_ENGINES:
7630
for work in (1, 0):
7631
for assertions in (0, 1):
7632
+ if work and assertions: continue # we care about assertions when we fail
7633
# set us to test in just this engine
7634
self.banned_js_engines = [e for e in JS_ENGINES if e != engine]
7635
# tell the compiler to build with just that engine
0 commit comments