File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
graalpython/com.oracle.graal.python.test/src/tests
scripts/wheelbuilder/darwin Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ def test_waitpid_group_child(self):
107
107
res = os .waitpid (0 , 0 )
108
108
assert res [1 ] == 0 , res
109
109
110
- @unittest .skipIf (sys .platform == 'win32' , "Posix-specific" )
110
+ # @unittest.skipIf(sys.platform == 'win32', "Posix-specific")
111
+ # Skipped because of transient: https://jira.oci.oraclecorp.com/browse/GR-65714
112
+ @unittest .skip
111
113
def test_waitpid_any_child (self ):
112
114
import os
113
115
p = subprocess .Popen ([sys .executable , "-c" , "import time; time.sleep(0.1); 42" ])
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2025 , Oracle and/or its affiliates. All rights reserved.
2
2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3
3
#
4
4
# The Universal Permissive License (UPL), Version 1.0
You can’t perform that action at this time.
0 commit comments