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
13
13
test.test_glob.GlobTests.test_glob_symlinks
14
14
test.test_glob.GlobTests.test_hidden_glob
15
15
test.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 = [
24
24
' test_multiprocessing_graalpy' ,
25
25
# trying to avoid transient issues there, not sure about the reason
26
26
' test_unittest' ,
27
- ' test_glob' ,
28
27
' test_logging' ,
29
28
# test_int contains a denial-of-service prevention test that requires to finish within a certain time.
30
29
# 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):
640
640
'graalpython.lib-python.3.test.test_zipfile.TestsWithMultipleOpens.test_many_opens' ,
641
641
# Weakref
642
642
'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' ,
643
645
]
644
646
645
647
result_tags = linux_tags & darwin_tags
You can’t perform that action at this time.
0 commit comments