Skip to content

Commit 5cf150d

Browse files
committed
Excluding test_register_interop_behavior, when it's running in native mode
1 parent 897c315 commit 5cf150d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/cpyext/test_register_interop_behavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import sys
4242
import unittest
4343

44-
EXECUTE_TESTS = sys.implementation.name == "graalpy" and __graalpython__.get_platform_id() != "managed"
44+
EXECUTE_TESTS = sys.implementation.name == "graalpy" and __graalpython__.get_platform_id() != "managed" and not __graalpython__.is_native
4545

4646
if EXECUTE_TESTS:
4747
import polyglot

0 commit comments

Comments
 (0)