summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/exclude_python3.7.3.csv
diff options
context:
space:
mode:
authorAyush Ranjan <ayushranjan@google.com>2020-08-06 11:03:29 -0700
committergVisor bot <gvisor-bot@google.com>2020-08-06 11:08:50 -0700
commit72b528c840342111c6e9dd5b13cc5c893707dad6 (patch)
tree2f88a8be10b558aa51721843f633d04270545f80 /test/runtimes/exclude_python3.7.3.csv
parent63447e5afae62dab64940054372166dab45a057c (diff)
[runtime tests] Exclude failing python and java tests
test_httplib was un-excluded in cl/325137657. Exclude it again. test_httplib fails consistently when running in a kokoro job. Could not repro with Docker. There are some java tests that pass locally on Docker but fail when running within a kokoro job. Also make shard count a multiple of 8 to minimize idle cores and minimize test time. PiperOrigin-RevId: 325267071
Diffstat (limited to 'test/runtimes/exclude_python3.7.3.csv')
-rw-r--r--test/runtimes/exclude_python3.7.3.csv1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtimes/exclude_python3.7.3.csv b/test/runtimes/exclude_python3.7.3.csv
index a06d8361c..8760f8951 100644
--- a/test/runtimes/exclude_python3.7.3.csv
+++ b/test/runtimes/exclude_python3.7.3.csv
@@ -3,6 +3,7 @@ test_asyncio,,Fails on Docker.
test_asyncore,b/162973328,
test_epoll,b/162983393,
test_fcntl,b/162978767,fcntl invalid argument -- artificial test to make sure something works in 64 bit mode.
+test_httplib,b/163000009,OSError: [Errno 98] Address already in use
test_imaplib,b/162979661,
test_logging,b/162980079,
test_multiprocessing_fork,,Flaky. Sometimes times out.