summaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2019-05-15 11:10:56 -0700
committerShentubot <shentubot@google.com>2019-05-15 11:11:58 -0700
commit85380ff03d21da417ad74d28b293c768d7effb4f (patch)
treef5a5edf12da71a1fe9c8f0d7f7e3a6bb1557fbbd /kokoro
parentdc4a042f3a6810f6d1d96eff9c40651621b4692b (diff)
gvisor/runsc: use a veth link address instead of generating a new one
PiperOrigin-RevId: 248367340 Change-Id: Id792afcfff9c9d2cfd62cae21048316267b4a924
Diffstat (limited to 'kokoro')
-rwxr-xr-xkokoro/run_tests.sh4
1 files changed, 0 insertions, 4 deletions
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[@]}" \