Skip to content

Commit

Permalink
Add ext3 and xfs fsTypes to e2e format-option test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Jan 10, 2024
1 parent e0fdc58 commit eef469a
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 eef469a

Please sign in to comment.