diff options
-rw-r--r-- | runsc/test/image/image_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go index 13fd8f1ee..bc9891de4 100644 --- a/runsc/test/image/image_test.go +++ b/runsc/test/image/image_test.go @@ -147,7 +147,8 @@ func TestNginx(t *testing.T) { } } -func TestMysql(t *testing.T) { +// TODO: Enable again when bug is fixed. +func DISABLED_TestMysql(t *testing.T) { if err := testutil.Pull("mysql"); err != nil { t.Fatalf("docker pull failed: %v", err) } |