remove outdated commented out test code

This commit is contained in:
Preetha Appan 2018-04-04 15:03:24 -05:00
parent 6363a6fb4d
commit 12ba4c45da
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 0 additions and 1 deletions

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)