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.
This commit is contained in:
parent
49159efe55
commit
ca057618ff
@ -1,5 +1,9 @@
|
||||
# Test that native code loaded from a .mpy file is retained after a GC.
|
||||
|
||||
# This is known not to work in CircuitPython. Fixes welcome.
|
||||
print("SKIP")
|
||||
raise SystemExit
|
||||
|
||||
try:
|
||||
import gc, sys, uio, uos
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user