File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
*graalpython.lib-python.3.test.test_urllib2net.CloseSocketTest.test_close
2
2
*graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_custom_headers
3
3
*graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_file
4
- *graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_ftp
5
4
*graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_redirect_url_withfrag
6
5
*graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_sites_no_connection_close
7
6
*graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_urlwithfrag
Original file line number Diff line number Diff line change @@ -721,6 +721,8 @@ def update_unittest_tags(args):
721
721
'graalpython.lib-python.3.test.test_buffer.TestBufferProtocol.test_ndarray_slice_multidim' ,
722
722
# Transient failure to delete semaphore on process death
723
723
'test.test_multiprocessing_spawn.test_misc.TestResourceTracker.test_resource_tracker_sigkill' ,
724
+ # Connecting to external page that sometimes times out
725
+ 'graalpython.lib-python.3.test.test_urllib2net.OtherNetworkTests.test_ftp' ,
724
726
]
725
727
726
728
result_tags = linux_tags & darwin_tags
You can’t perform that action at this time.
0 commit comments