Skip to content

Commit 6787270

Browse files
committed
Don't unset --enable-usages in E2E tests
It's a beta feature now - on by default. Signed-off-by: Nic Cope <[email protected]>
1 parent 3ff336a commit 6787270

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/e2e/usage_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ func TestUsageStandalone(t *testing.T) {
8383
funcs.DeleteResources(manifests, "setup/*.yaml"),
8484
funcs.ResourcesDeletedWithin(3*time.Minute, manifests, "setup/*.yaml"),
8585
)).
86-
// Disable our feature flag.
87-
WithTeardown("DisableAlphaUsages", funcs.AllOf(
88-
funcs.AsFeaturesFunc(environment.HelmUpgradeCrossplaneToBase()),
89-
funcs.ReadyToTestWithin(1*time.Minute, namespace),
90-
)).
9186
Feature(),
9287
)
9388
}
@@ -175,11 +170,6 @@ func TestUsageComposition(t *testing.T) {
175170
funcs.DeleteResources(manifests, "setup/*.yaml"),
176171
funcs.ResourcesDeletedWithin(3*time.Minute, manifests, "setup/*.yaml"),
177172
)).
178-
// Disable our feature flag.
179-
WithTeardown("DisableAlphaUsages", funcs.AllOf(
180-
funcs.AsFeaturesFunc(environment.HelmUpgradeCrossplaneToBase()),
181-
funcs.ReadyToTestWithin(1*time.Minute, namespace),
182-
)).
183173
Feature(),
184174
)
185175
}

0 commit comments

Comments
 (0)