File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments