tests/run-tests: Disable cmdline/cmd_showbc test on Windows.
Disabled until a proper fix is found.
This commit is contained in:
parent
1f433c719b
commit
cd20027f56
@ -267,6 +267,7 @@ def run_tests(pyb, tests, args):
|
||||
# Some tests use unsupported features on Windows
|
||||
if os.name == 'nt':
|
||||
skip_tests.add('import/import_file.py') # works but CPython prints forward slashes
|
||||
skip_tests.add('cmdline/cmd_showbc.py') # fails on AppVeyor x86 builds
|
||||
|
||||
# Some tests are known to fail with native emitter
|
||||
# Remove them from the below when they work
|
||||
|
Loading…
x
Reference in New Issue
Block a user