Skip to content

Commit dd93a6c

Browse files
committed
Skip tests using relying on capfd fixture
1 parent c5ce8d5 commit dd93a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.hpy.test/src/hpytest/test_legacy_forbidden.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
# also for other compilers
4141
ONLY_GCC = ONLY_LINUX
4242

43+
pytestmark = pytest.mark.skip("capfd not working properly on GraalPy")
4344

4445
class TestLegacyForbidden(HPyTest):
4546

0 commit comments

Comments
 (0)