Skip to content

Commit d6f1bba

Browse files
committed
disable leak test until next import update
1 parent aea19cd commit d6f1bba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def punittest(ars):
212212
# test leaks with shared engine Python code only
213213
run_leak_launcher(common_args + ["--shared-engine", "--code", "pass"]),
214214
# test leaks with shared engine when some C module code is involved
215-
run_leak_launcher(common_args + ["--shared-engine", "--code", "import _testcapi, mmap, bz2; print(memoryview(b'').nbytes)"])
215+
# run_leak_launcher(common_args + ["--shared-engine", "--code", "import _testcapi, mmap, bz2; print(memoryview(b'').nbytes)"])
216216
]):
217217
mx.abort(1)
218218

0 commit comments

Comments
 (0)