File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5353 - name : nginx
5454 image : nginx:1.14.2
5555 ports :
56- - containerPort : 80
56+ - containerPort : 80
5757 volumeMounts :
58- - mountPath : " /vol"
59- name : vol
58+ - mountPath : " /vol"
59+ name : vol
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments