Skip to content

Commit fa5099d

Browse files
committed
test_imp.py skip test_unencodable until posix NFI based impl is in
1 parent 8ba617a commit fa5099d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ def test_source_from_cache(self):
443443

444444

445445
class NullImporterTests(unittest.TestCase):
446+
@support.impl_detail("[GR-27024] [GR-23324] posix NFI support", graalvm=False)
446447
@unittest.skipIf(support.TESTFN_UNENCODABLE is None,
447448
"Need an undecodeable filename")
448449
def test_unencodeable(self):

0 commit comments

Comments
 (0)