Skip to content

Commit ca05761

Browse files
committed
Skip the import_mpy_native_gc test, it is known to be broken
As CircuitPython does not ship any builds with native modules enabled, this is not something to spend time on right now.
1 parent 49159ef commit ca05761

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/micropython/import_mpy_native_gc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Test that native code loaded from a .mpy file is retained after a GC.
22

3+
# This is known not to work in CircuitPython. Fixes welcome.
4+
print("SKIP")
5+
raise SystemExit
6+
37
try:
48
import gc, sys, uio, uos
59

0 commit comments

Comments
 (0)