Disable test until we figure out what's broken

PiperOrigin-RevId: 212059579
Change-Id: I052c2192d3483d7bd0fd2232ef2023a12da66446
This commit is contained in:
Fabricio Voznika
2018-09-07 17:00:41 -07:00
committed by Shentubot
parent 172860a059
commit cf5006ff24
+2 -1
View File
@@ -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)
}