Skip to content

Commit f4b351b

Browse files
committed
test_pickle: skip test_attribute_name_interning until attribute name interning is supported
1 parent bf72011 commit f4b351b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2244,6 +2244,7 @@ def test_many_puts_and_gets(self):
22442244
loaded = self.loads(dumped)
22452245
self.assert_is_copy(obj, loaded)
22462246

2247+
@support.impl_detail("GR-27557: attribute name interning not yet supported", graalvm=False)
22472248
def test_attribute_name_interning(self):
22482249
# Test that attribute names of pickled objects are interned when
22492250
# unpickling.

0 commit comments

Comments
 (0)