mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
fix test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user