We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0bb753 commit 133e1beCopy full SHA for 133e1be
test/k8s-integration/main.go
@@ -651,6 +651,9 @@ func generateGKETestSkip(testParams *testParameters) string {
651
skipString = skipString + "|provisioning.should.mount.multiple.PV.pointing.to.the.same.storage.on.the.same.node"
652
}
653
654
+ // Skip mount options test until we fix the invalid mount options for xfs.
655
+ skipString = skipString + "|csi-gcepd-sc-xfs.*provisioning.should.provision.storage.with.mount.options"
656
+
657
return skipString
658
659
0 commit comments