Skip to content

Commit

Permalink
fix(e2e): remove drift feature gate override
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes committed Jan 14, 2025
1 parent 93d641c commit e8d7340
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/suites/drift/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ var _ = Describe("Drift", func() {
var pod *corev1.Pod

BeforeEach(func() {
env.ExpectSettingsOverridden(corev1.EnvVar{Name: "FEATURE_GATES", Value: "Drift=true"})

coretest.ReplaceRequirements(nodePool, karpv1.NodeSelectorRequirementWithMinValues{
NodeSelectorRequirement: corev1.NodeSelectorRequirement{
Key: corev1.LabelInstanceTypeStable,
Expand Down

0 comments on commit e8d7340

Please sign in to comment.