summaryrefslogtreecommitdiffhomepage
path: root/kokoro
diff options
context:
space:
mode:
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[@]}" \