Skip to content

Commit a5adff2

Browse files
authored
Merge pull request kubernetes#95527 from mattcary/gke-xfs
Enable XFS tests for recent GKE COS versions
2 parents 7882807 + b670fee commit a5adff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/testsuites/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func skipUnsupportedTest(driver TestDriver, pattern testpatterns.TestPattern) {
172172
if !dInfo.SupportedFsType.Has(pattern.FsType) {
173173
e2eskipper.Skipf("Driver %s doesn't support %v -- skipping", dInfo.Name, pattern.FsType)
174174
}
175-
if pattern.FsType == "xfs" && framework.NodeOSDistroIs("gci", "cos", "windows") {
175+
if pattern.FsType == "xfs" && framework.NodeOSDistroIs("windows") {
176176
e2eskipper.Skipf("Distro doesn't support xfs -- skipping")
177177
}
178178
if pattern.FsType == "ntfs" && !framework.NodeOSDistroIs("windows") {

0 commit comments

Comments
 (0)