Skip to content

Commit 01a5d90

Browse files
committed
disabled transient _TestImportStar.test_import
1 parent 5b716af commit 01a5d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ def update_unittest_tags(args):
412412
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithProcessesTestProcess.test_error_on_stdio_flush_1'),
413413
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_1'),
414414
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_2'),
415+
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn._TestImportStar.test_import'),
415416
('test_fileio.txt', '*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBytesOpen'),
416417
('test_fileio.txt', '*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBytesOpen'),
417418
}

0 commit comments

Comments
 (0)