Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions test/extended/storage/mutable_csinode_allocatable.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ var _ = g.Describe(`[sig-storage][FeatureGate:MutableCSINodeAllocatableCount][Ji
)

g.BeforeEach(func() {
// TODO: remove the check when MutableCSINodeAllocatableCount is supported for GA
if !exutil.IsTechPreviewNoUpgrade(ctx, oc.AdminConfigClient()) {
g.Skip("skipping, this feature is only supported on TechPreviewNoUpgrade clusters")
}

// Skip if not AWS platform
if !e2e.ProviderIs("aws") {
Expand Down