From 85380ff03d21da417ad74d28b293c768d7effb4f Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Wed, 15 May 2019 11:10:56 -0700 Subject: gvisor/runsc: use a veth link address instead of generating a new one PiperOrigin-RevId: 248367340 Change-Id: Id792afcfff9c9d2cfd62cae21048316267b4a924 --- kokoro/run_tests.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'kokoro') diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index 9d630362e..b3f333f2f 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -153,10 +153,6 @@ run_docker_tests() { # configuration, e.g. save/restore not supported with hostnet. declare -a variations=("" "-kvm" "-hostnet" "-overlay") for v in "${variations[@]}"; do - # FIXME(b/132073574): we need to flush arp tables, otherwise tests fail with - # timeout. - sudo ip neigh show - sudo ip neigh flush dev docker0 # Run runsc tests with docker that are tagged manual. bazel test \ "${BAZEL_BUILD_FLAGS[@]}" \ -- cgit v1.2.3