This commit is contained in:
Nick Ethier 2018-12-20 13:54:29 -05:00
parent fad553ab6a
commit ab3c5c0a8b
No known key found for this signature in database
GPG Key ID: 07C1A3ECED90D24A
1 changed files with 0 additions and 2 deletions

View File

@ -189,8 +189,6 @@ func TestNodeDrainCommand_Monitor(t *testing.T) {
_, _, err = client.Jobs().Register(sysjob, nil)
require.Nil(err)
evals, _, _ := client.Evaluations().List(nil)
var allocs []*api.Allocation
testutil.WaitForResult(func() (bool, error) {
allocs, _, err = client.Nodes().Allocations(nodeID, nil)