Skip to content

Commit 4ed7caa

Browse files
committed
test_code: skip test_basic
1 parent c863190 commit 4ed7caa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_code.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
*graalpython.lib-python.3.test.test_code.CodeTest.test_constructor
88
*graalpython.lib-python.3.test.test_code.CodeTest.test_newempty
99
*graalpython.lib-python.3.test.test_code.CodeTest.test_replace
10+
*graalpython.lib-python.3.test.test_code.CodeWeakRefTest.test_basic

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ def test_interned_string_with_null(self):
319319

320320
class CodeWeakRefTest(unittest.TestCase):
321321

322+
@cpython_only
322323
def test_basic(self):
323324
# Create a code object in a clean environment so that we know we have
324325
# the only reference to it left.

0 commit comments

Comments
 (0)