summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas Lacasse <nlacasse@google.com>2018-09-07 18:22:22 -0700
committerShentubot <shentubot@google.com>2018-09-07 18:23:27 -0700
commit0c0c942327468e605f5b71cd6ffa75dda6e24fdc (patch)
tree3314689880d5c3d20b0b7da10605f691dedefb15
parent7045828a310d47a2940214f71ae75b8b7b682b78 (diff)
Automated rollback of changelist 212059579
PiperOrigin-RevId: 212069131 Change-Id: I01476f957bbf29d4ee5a3c11d59d4f863ba9f2df
-rw-r--r--runsc/test/image/image_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/runsc/test/image/image_test.go b/runsc/test/image/image_test.go
index bc9891de4..13fd8f1ee 100644
--- a/runsc/test/image/image_test.go
+++ b/runsc/test/image/image_test.go
@@ -147,8 +147,7 @@ func TestNginx(t *testing.T) {
}
}
-// TODO: Enable again when bug is fixed.
-func DISABLED_TestMysql(t *testing.T) {
+func TestMysql(t *testing.T) {
if err := testutil.Pull("mysql"); err != nil {
t.Fatalf("docker pull failed: %v", err)
}