Skip to content

Commit 9e1203a

Browse files
fangerertimfel
authored andcommitted
Do not run test_int in parallel
1 parent dd93fd1 commit 9e1203a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python.test/src/graalpytest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
'test_unittest',
7070
'test_glob',
7171
'test_logging',
72+
# test_int contains a denial-of-service prevention test that requires to finish within a certain time.
73+
# We are actually fast enough but the parallel execution overhead can cause transient failures.
74+
'test_int',
7275
]
7376

7477

0 commit comments

Comments
 (0)