pull/4229/head
Medya Gh 2019-05-19 00:40:01 -07:00
parent d4cf3b0f89
commit 42e40e3bab
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ func readLineWithTimeout(b *bufio.Reader, timeout time.Duration) (string, error)
}
func testDashboard(t *testing.T) {
t.Parallel()
// t.Parallel()
minikubeRunner := NewMinikubeRunner(t)
cmd, out := minikubeRunner.RunDaemon("dashboard --url")
defer func() {