Skip to content

Commit 133e1be

Browse files
committed
Skip mount options test until we fix the invalid mount options for xfs
1 parent a0bb753 commit 133e1be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/k8s-integration/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,9 @@ func generateGKETestSkip(testParams *testParameters) string {
651651
skipString = skipString + "|provisioning.should.mount.multiple.PV.pointing.to.the.same.storage.on.the.same.node"
652652
}
653653

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+
654657
return skipString
655658
}
656659

0 commit comments

Comments
 (0)