diff options
Diffstat (limited to 'runsc')
-rw-r--r-- | runsc/test/root/crictl_test.go | 9 |
1 files changed, 0 insertions, 9 deletions
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 { |