Skip to content

Commit feed516

Browse files
committed
Disable test_wait_integer
1 parent 64165f3 commit feed516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4700,6 +4700,7 @@ def signal_and_sleep(cls, sem, period):
47004700
sem.release()
47014701
time.sleep(period)
47024702

4703+
@support.impl_detail("timing", graalvm=False)
47034704
def test_wait_integer(self):
47044705
from multiprocessing.connection import wait
47054706

0 commit comments

Comments
 (0)