Skip to content

Commit 7cd1bc2

Browse files
committed
Try to make test_unittest run serially
1 parent 4263de3 commit 7cd1bc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
'test_import',
6060
'test_subprocess',
6161
'test_posix',
62+
# trying to avoid transient issues there, not sure about the reason
63+
'test_unittest',
6264
]
6365

6466

0 commit comments

Comments
 (0)