Skip to content

Commit 703c674

Browse files
committed
Untag unstable test_modulefinder
1 parent 6eb3d80 commit 703c674

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_modulefinder.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

mx.graalpython/mx_graalpython.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ def update_unittest_tags(args):
303303
tag_blacklist = {
304304
# This test times out in the gate even though it succeeds locally and in the retagger. Race condition?
305305
('test_cprofile.txt', '*graalpython.lib-python.3.test.test_cprofile.CProfileTest.test_run_profile_as_module'),
306+
# The following two try to read bytecode and fail randomly as our co_code is changing
307+
('test_modulefinder.txt', '*graalpython.lib-python.3.test.test_modulefinder.ModuleFinderTest.test_bytecode'),
308+
('test_modulefinder.txt', '*graalpython.lib-python.3.test.test_modulefinder.ModuleFinderTest.test_relative_imports_4'),
306309
}
307310

308311
result_tags = linux_tags & darwin_tags - tag_blacklist

0 commit comments

Comments
 (0)