Automated rollback of changelist 212059579

PiperOrigin-RevId: 212069131
Change-Id: I01476f957bbf29d4ee5a3c11d59d4f863ba9f2df
This commit is contained in:
Nicolas Lacasse
2018-09-07 18:23:27 -07:00
committed by Shentubot
parent 7045828a31
commit 0c0c942327
+1 -2
View File
@@ -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)
}