remove outdated commented out test code

This commit is contained in:
Preetha Appan
2018-04-04 15:03:24 -05:00
parent 8b6143f272
commit e81886d588

View File

@@ -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)