Skip to content

Commit 347abce

Browse files
committed
skip flaky smtplib and imaplib tests on linux arm platforms too
1 parent 7ea2dce commit 347abce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_tagged_unittests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
SKIPLIST = (
6161
("darwin", None, "test_smtplib"),
6262
("darwin", None, "test_imaplib"),
63+
(None, "arm", "test_smtplib"),
64+
(None, "aarch64", "test_imaplib"),
6365
(None, "arm", "test_multiprocessing_spawn"),
6466
(None, "aarch64", "test_multiprocessing_spawn"),
6567
)

0 commit comments

Comments
 (0)