Skip to content

Commit 6941c52

Browse files
committed
test_asyncio uses timings in their tests, mostly works but allow 1 retry
1 parent 9262b30 commit 6941c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@
7474
'test_int',
7575
]
7676

77-
7877
# A list of tests with minor transient issues, which can be retried once
7978
TRANSIENTS = [
8079
'test_multiprocessing_spawn',
8180
'test_weakref',
8281
'test_ssl',
8382
'test_threading',
83+
'test_asyncio',
8484
]
8585

8686
os = sys.modules.get("posix", sys.modules.get("nt", None))

0 commit comments

Comments
 (0)