Skip to content

Commit 97f05fc

Browse files
committed
Disable tests relying on threads finishing in a certain time
1 parent c98a855 commit 97f05fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ def test_close(self):
708708

709709
close_queue(q)
710710

711+
@support.impl_detail("timing", graalpy=False)
711712
@support.requires_resource('walltime')
712713
def test_many_processes(self):
713714
if self.TYPE == 'threads':
@@ -999,6 +1000,7 @@ def _test_sys_exit(cls, reason, testfn):
9991000
sys.stderr = open(fd, 'w', encoding="utf-8", closefd=False)
10001001
sys.exit(reason)
10011002

1003+
@support.impl_detail("timeout", graalpy=False)
10021004
def test_sys_exit(self):
10031005
# See Issue 13854
10041006
if self.TYPE == 'threads':

0 commit comments

Comments
 (0)