File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,3 @@ test.test_glob.GlobTests.test_glob_one_directory
1313test.test_glob.GlobTests.test_glob_symlinks
1414test.test_glob.GlobTests.test_hidden_glob
1515test.test_glob.GlobTests.test_recursive_glob
16- test.test_glob.SymlinkLoopGlobTests.test_selflink
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ selector = [
2424 ' test_multiprocessing_graalpy' ,
2525 # trying to avoid transient issues there, not sure about the reason
2626 ' test_unittest' ,
27- ' test_glob' ,
2827 ' test_logging' ,
2928 # test_int contains a denial-of-service prevention test that requires to finish within a certain time.
3029 # We are actually fast enough but the parallel execution overhead can cause transient failures.
Original file line number Diff line number Diff line change @@ -640,6 +640,8 @@ def update_unittest_tags(args):
640640 'graalpython.lib-python.3.test.test_zipfile.TestsWithMultipleOpens.test_many_opens' ,
641641 # Weakref
642642 'unittest.test.test_assertions.Test_Assertions.test_assertRaises_frames_survival' ,
643+ # Transiently fails at line 395
644+ 'graalpython.lib-python.3.test.test_glob.SymlinkLoopGlobTests.test_selflink' ,
643645 ]
644646
645647 result_tags = linux_tags & darwin_tags
You can’t perform that action at this time.
0 commit comments