Skip to content

Commit 88ca6c9

Browse files
author
Daniel Campora
committed
tests: Ignore exception chain test on the WiPy.
Fails because warnings are not enabled on the CC3200.
1 parent f91f212 commit 88ca6c9

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
@@ -197,6 +197,7 @@ def run_tests(pyb, tests, args):
197197
skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
198198
skip_tests.add('extmod/ujson_dumps_float.py') # requires floating point
199199
skip_tests.add('extmod/ujson_loads_float.py') # requires floating point
200+
skip_tests.add('basics/exception_chain.py') # warning is not printed
200201

201202
# Some tests are known to fail on 64-bit machines
202203
if pyb is None and platform.architecture()[0] == '64bit':

0 commit comments

Comments
 (0)