Skip to content

Commit

Permalink
Merge pull request #1890 from AndrewSirenko/add-e2e-coverage-for-supp…
Browse files Browse the repository at this point in the history
…orted-fstypes

Add ext3 and xfs fsTypes to e2e format-option test coverage
  • Loading branch information
k8s-ci-robot authored Jan 11, 2024
2 parents 095c143 + eef469a commit 5706bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/format_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

var (
testedFsTypes = []string{ebscsidriver.FSTypeExt4}
testedFsTypes = []string{ebscsidriver.FSTypeExt4, ebscsidriver.FSTypeExt3, ebscsidriver.FSTypeXfs}
)

var _ = Describe("[ebs-csi-e2e] [single-az] [format-options] Formatting a volume", func() {
Expand Down

0 comments on commit 5706bd9

Please sign in to comment.