diff --git a/client/restarts_test.go b/client/restarts_test.go index b7cf92a32..2faca00ff 100644 --- a/client/restarts_test.go +++ b/client/restarts_test.go @@ -73,7 +73,6 @@ func TestTaskRunner_BatchRestartOnSuccess(t *testing.T) { shouldRestart, _ := rt.nextRestart(0) if shouldRestart { t.Fatalf("should restart returned %v, expected: %v", shouldRestart, false) - t.Fail() } }