Skip to content

Commit 07a5488

Browse files
authored
Merge pull request kubernetes#74141 from zetaab/fixtest
disable xfs localvolume test
2 parents 528cf14 + c75b0bf commit 07a5488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/storage/drivers/in_tree.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ var (
16431643
"ext2",
16441644
"ext3",
16451645
"ext4",
1646-
"xfs",
1646+
//"xfs", disabled see issue https://github.com/kubernetes/kubernetes/issues/74095
16471647
),
16481648
}
16491649
// max file size

0 commit comments

Comments
 (0)