Skip to content

Commit cd20027

Browse files
committed
tests/run-tests: Disable cmdline/cmd_showbc test on Windows.
Disabled until a proper fix is found.
1 parent 1f433c7 commit cd20027

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/run-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ def run_tests(pyb, tests, args):
267267
# Some tests use unsupported features on Windows
268268
if os.name == 'nt':
269269
skip_tests.add('import/import_file.py') # works but CPython prints forward slashes
270+
skip_tests.add('cmdline/cmd_showbc.py') # fails on AppVeyor x86 builds
270271

271272
# Some tests are known to fail with native emitter
272273
# Remove them from the below when they work

0 commit comments

Comments
 (0)