mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
e2e: remove leftover debug println statement
This commit is contained in:
@@ -105,7 +105,6 @@ func RegisterAndWaitForAllocs(t *testing.T, nomadClient *api.Client, jobFile, jo
|
||||
g.Eventually(func() []*api.AllocationListStub {
|
||||
// Look for allocations
|
||||
allocs, _, _ := jobs.Allocations(jobID, false, nil)
|
||||
fmt.Println("!! Eventually Allocations:", allocs)
|
||||
return allocs
|
||||
}, 30*time.Second, time.Second).ShouldNot(BeEmpty())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user