remove outdated commented out test code
This commit is contained in:
parent
6363a6fb4d
commit
12ba4c45da
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue