Skip to content

Commit e85e9f8

Browse files
authored
Merge pull request #1891 from amacaskill/test-skip
Skip xfs test for GCE test skip
2 parents bc9302c + 4f2fd63 commit e85e9f8

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)