diff --git a/e2e/e2eutil/utils.go b/e2e/e2eutil/utils.go index d17cb28aa..e25734a13 100644 --- a/e2e/e2eutil/utils.go +++ b/e2e/e2eutil/utils.go @@ -1,6 +1,9 @@ package e2eutil import ( + "testing" + "time" + "github.com/hashicorp/nomad/api" "github.com/hashicorp/nomad/e2e/framework" "github.com/hashicorp/nomad/helper" @@ -9,8 +12,6 @@ import ( "github.com/hashicorp/nomad/testutil" . "github.com/onsi/gomega" "github.com/stretchr/testify/require" - "testing" - "time" ) // retries is used to control how many times to retry checking if the cluster has a leader yet