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:
Jeff Epler 2023-08-16 10:12:41 -05:00
parent 49159efe55
commit ca057618ff
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -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