diff --git a/client/alloc_runner_test.go b/client/alloc_runner_test.go index 6b42b0f31..a6e45888b 100644 --- a/client/alloc_runner_test.go +++ b/client/alloc_runner_test.go @@ -115,7 +115,6 @@ func TestAllocRunner_FinishedAtSet(t *testing.T) { t.Parallel() require := require.New(t) _, ar := testAllocRunner(t, false) - //ar.alloc.ClientStatus = structs.AllocClientStatusFailed ar.allocClientStatus = structs.AllocClientStatusFailed alloc := ar.Alloc() taskFinishedAt := make(map[string]time.Time)