Skip to content

Commit dbfe64e

Browse files
committed
Remove test skipping
Change-Id: I39f4218491c7e482d57ca78ebf416a96c84366a1
1 parent 651a2f8 commit dbfe64e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/k8s-integration/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,8 +745,6 @@ func generateGKETestSkip(testParams *testParameters) string {
745745

746746
// Skip mount options test until we fix the invalid mount options for xfs.
747747
skipString = skipString + "|csi-gcepd-sc-xfs.*provisioning.should.provision.storage.with.mount.options"
748-
// Skip VolumeAttributesClass tests while it's a beta feature.
749-
skipString = skipString + "|\\[Feature:VolumeAttributesClass\\]"
750748

751749
// Skip rwop test when node version is less than 1.32. Test was added only
752750
// in 1.32 and above, see tags in

0 commit comments

Comments
 (0)