Skip to content

Commit 7b4dfeb

Browse files
committed
test_zipimport.py skip testUnencodable until posix NFI based support is in
1 parent fa5099d commit 7b4dfeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_zipimport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ def testTraceback(self):
644644
files = {TESTMOD + ".py": (NOW, raise_src)}
645645
self.doTest(None, files, TESTMOD, call=self.doTraceback)
646646

647+
@support.impl_detail("[GR-27024] [GR-23324] posix NFI support", graalvm=False)
647648
@unittest.skipIf(support.TESTFN_UNENCODABLE is None,
648649
"need an unencodable filename")
649650
def testUnencodable(self):

0 commit comments

Comments
 (0)