diff options
author | Michael Pratt <mpratt@google.com> | 2018-11-27 09:24:17 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-27 09:25:20 -0800 |
commit | 071aeea9d3ff783b2946ef291b1c440aa9b21b88 (patch) | |
tree | c78950fd2c4557ebb6e676ec7eb37a0dc0baeabb /kokoro | |
parent | b3b60ea29adf9415c9c7b98ba331dacd92f231b7 (diff) |
Disable crictl tests
gvisor-containerd-shim installation is currently broken.
PiperOrigin-RevId: 223002877
Change-Id: I2b890c5bf602a96c475c3805f24852ead8593a35
Diffstat (limited to 'kokoro')
-rwxr-xr-x | kokoro/run_tests.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kokoro/run_tests.sh b/kokoro/run_tests.sh index bfdb3fe09..fb9a7f300 100755 --- a/kokoro/run_tests.sh +++ b/kokoro/run_tests.sh @@ -100,10 +100,11 @@ EOF ) # Install containerd and crictl. -if [[ ${exit_code} -eq 0 ]]; then - installCrictl - exit_code=${?} -fi +# FIXME: gvisor-containerd-shim installation broken. +#if [[ ${exit_code} -eq 0 ]]; then +# installCrictl +# exit_code=${?} +#fi # Execute local tests that require docker. if [[ ${exit_code} -eq 0 ]]; then |