Skip to content

Commit 4754da1

Browse files
committed
test_import skip test_unencodable_filename until posix NFI based support is in
1 parent 7b4dfeb commit 4754da1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/lib-python/3/test/test_import/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ def exec_module(*args):
12671267
else:
12681268
importlib.SourceLoader.exec_module = old_exec_module
12691269

1270+
@impl_detail("[GR-27024] [GR-23324] posix NFI support", graalvm=False)
12701271
@unittest.skipUnless(TESTFN_UNENCODABLE, 'need TESTFN_UNENCODABLE')
12711272
def test_unencodable_filename(self):
12721273
# Issue #11619: The Python parser and the import machinery must not

0 commit comments

Comments
 (0)