Skip to content

Commit 5b839b9

Browse files
committed
Skip a test with unicode supplementary characters
1 parent fb00eb7 commit 5b839b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/lib-python/3/test/test_json/test_scanstring.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import sys
22
from test.test_json import PyTest, CTest
3+
from test import support
34

45

56
class TestScanstring:
7+
@support.impl_detail(msg="not yet supported: GR-26305 unicode supplementary characters", graalvm=False)
68
def test_scanstring(self):
79
scanstring = self.json.decoder.scanstring
810
self.assertEqual(

0 commit comments

Comments
 (0)