We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc9302c + 4f2fd63 commit e85e9f8Copy full SHA for e85e9f8
test/k8s-integration/main.go
@@ -635,6 +635,9 @@ func handle() error {
635
636
func generateGCETestSkip(testParams *testParameters) string {
637
skipString := "\\[Disruptive\\]|\\[Serial\\]"
638
+ // Skip mount options test until we fix the invalid mount options for xfs.
639
+ skipString = skipString + "|csi-gcepd-sc-xfs.*provisioning.should.provision.storage.with.mount.options"
640
+
641
v := apimachineryversion.MustParseSemantic(testParams.clusterVersion)
642
643
// "volumeMode should not mount / map unused volumes in a pod" tests a
0 commit comments