From e81886d5886a2701aa89b0114744126cddbefbe4 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Wed, 4 Apr 2018 15:03:24 -0500 Subject: [PATCH] remove outdated commented out test code --- client/alloc_runner_test.go | 1 - 1 file changed, 1 deletion(-) 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)