Skip to content

Commit

Permalink
remove focus
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo authored and jmdeal committed Sep 26, 2024
1 parent 32e12ed commit 0f7dc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/integration/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
coretest "sigs.k8s.io/karpenter/pkg/test"
)

var _ = FDescribe("EC2NodeClass Migration Controller", func() {
var _ = Describe("EC2NodeClass Migration Controller", func() {
BeforeEach(func() {
nodeClass = env.DefaultEC2NodeClass()
nodePool = env.DefaultNodePool(nodeClass)
Expand Down

0 comments on commit 0f7dc1e

Please sign in to comment.