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 @@ -268,7 +268,6 @@ test.test_zipfile.TestWithDirectory.test_write_dir
268
268
test.test_zipfile.TestWithDirectory.test_writestr_dir
269
269
test.test_zipfile.TestsWithMultipleOpens.test_different_file
270
270
test.test_zipfile.TestsWithMultipleOpens.test_interleaved
271
- test.test_zipfile.TestsWithMultipleOpens.test_many_opens
272
271
test.test_zipfile.TestsWithMultipleOpens.test_read_after_close
273
272
test.test_zipfile.TestsWithMultipleOpens.test_read_after_write
274
273
test.test_zipfile.TestsWithMultipleOpens.test_same_file
Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ selector = [
29
29
# test_int contains a denial-of-service prevention test that requires to finish within a certain time.
30
30
# We are actually fast enough but the parallel execution overhead can cause transient failures.
31
31
' test_int' ,
32
- ' test_zipfile' ,
33
32
]
34
33
35
34
[[test_rules ]]
Original file line number Diff line number Diff line change @@ -634,6 +634,8 @@ def update_unittest_tags(args):
634
634
'test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill' ,
635
635
# Connecting to external page that sometimes times out
636
636
'graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_ftp' ,
637
+ # Counting file descriptors, can randomly change due to finalizers
638
+ 'graalpython.lib-python.3.test.test_zipfile.TestsWithMultipleOpens.test_many_opens' ,
637
639
]
638
640
639
641
result_tags = linux_tags & darwin_tags
You can’t perform that action at this time.
0 commit comments