Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo authored and jmdeal committed Sep 26, 2024
1 parent 06a18cd commit f46f650
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/suites/integration/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
apiextensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1"

"github.com/aws/karpenter-provider-aws/pkg/apis"
v1 "github.com/aws/karpenter-provider-aws/pkg/apis/v1"
"github.com/aws/karpenter-provider-aws/pkg/test"

. "github.com/onsi/ginkgo/v2"
Expand All @@ -33,8 +32,6 @@ import (
)

var _ = FDescribe("EC2NodeClass Migration Controller", func() {
var nodeClass *v1.EC2NodeClass
var nodePool *karpv1.NodePool
BeforeEach(func() {
nodeClass = test.EC2NodeClass()
nodePool = &karpv1.NodePool{}
Expand Down

0 comments on commit f46f650

Please sign in to comment.