Skip to content

Commit 4f2fd63

Browse files
committed
skip xfs test for GCE test skip
1 parent f872f15 commit 4f2fd63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/k8s-integration/main.go

+3
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,9 @@ func handle() error {
635635

636636
func generateGCETestSkip(testParams *testParameters) string {
637637
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+
638641
v := apimachineryversion.MustParseSemantic(testParams.clusterVersion)
639642

640643
// "volumeMode should not mount / map unused volumes in a pod" tests a

0 commit comments

Comments
 (0)