Skip to content

Commit

Permalink
Merge pull request #7054 from hashicorp/f-remove-leftover-debug-line
Browse files Browse the repository at this point in the history
e2e: remove leftover e2e debug println
  • Loading branch information
shoenig authored Feb 3, 2020
2 parents 445d019 + 9ccaa92 commit 7f43161
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/e2eutil/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())

Expand Down

0 comments on commit 7f43161

Please sign in to comment.