Skip to content

Commit 45c672e

Browse files
committed
Ignore transiently failing test_waitpid_no_child
1 parent 7ae74b0 commit 45c672e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_subprocess.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def test_waitpid_any_child(self):
132132
res = os.waitpid(-1, 0)
133133
assert res[1] == 0, res
134134

135+
# Skipped because of transient: GR-66709
136+
@unittest.skip
135137
def test_waitpid_no_child(self):
136138
import os
137139
try:

0 commit comments

Comments
 (0)