Skip to content

Commit

Permalink
fix(e2e): remove leftover focus
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Jan 14, 2025
1 parent b5ff9fe commit b0f2bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/drift/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ var _ = Describe("Drift", func() {
},
}),
)
FDescribeTable("AKSNodeClass", func(nodeClassSpec v1alpha2.AKSNodeClassSpec) {
DescribeTable("AKSNodeClass", func(nodeClassSpec v1alpha2.AKSNodeClassSpec) {
updatedNodeClass := test.AKSNodeClass(v1alpha2.AKSNodeClass{Spec: *nodeClass.Spec.DeepCopy()}, v1alpha2.AKSNodeClass{Spec: nodeClassSpec})
updatedNodeClass.ObjectMeta = nodeClass.ObjectMeta

Expand Down

0 comments on commit b0f2bb9

Please sign in to comment.