From 7b86d36a63e9b281834fdb6c2db0840df992c57c Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Wed, 28 Nov 2018 10:09:22 -0800 Subject: Fix crictl tests. gvisor-containerd-shim moved. It now has a stable URL that run_tests.sh always uses. PiperOrigin-RevId: 223188822 Change-Id: I5687c78289404da27becd8d5949371e580fdb360 --- runsc/test/root/crictl_test.go | 9 --------- 1 file changed, 9 deletions(-) (limited to 'runsc/test/root') diff --git a/runsc/test/root/crictl_test.go b/runsc/test/root/crictl_test.go index 45cbec6b5..556d95fff 100644 --- a/runsc/test/root/crictl_test.go +++ b/runsc/test/root/crictl_test.go @@ -37,9 +37,6 @@ import ( // Tests for crictl have to be run as root (rather than in a user namespace) // because crictl creates named network namespaces in /var/run/netns/. func TestCrictlSanity(t *testing.T) { - // FIXME - t.Skip("crictl installation broken") - // Setup containerd and crictl. crictl, cleanup, err := setup(t) if err != nil { @@ -62,9 +59,6 @@ func TestCrictlSanity(t *testing.T) { } } func TestMountPaths(t *testing.T) { - // FIXME - t.Skip("crictl installation broken") - // Setup containerd and crictl. crictl, cleanup, err := setup(t) if err != nil { @@ -87,9 +81,6 @@ func TestMountPaths(t *testing.T) { } } func TestMountOverSymlinks(t *testing.T) { - // FIXME - t.Skip("crictl installation broken") - // Setup containerd and crictl. crictl, cleanup, err := setup(t) if err != nil { -- cgit v1.2.3