summaryrefslogtreecommitdiffhomepage
path: root/runsc/test
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2018-11-28 10:09:22 -0800
committerShentubot <shentubot@google.com>2018-11-28 10:10:13 -0800
commit7b86d36a63e9b281834fdb6c2db0840df992c57c (patch)
tree58ec733c3732ecf92d2c3de3407ec636fb91bc8a /runsc/test
parent573622fdcaa5c016d3e047353c729ca73d211c0e (diff)
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
Diffstat (limited to 'runsc/test')
-rw-r--r--runsc/test/root/crictl_test.go9
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 {