do not run the 100T raid tests, mdadm fails with SIGPIPE

This commit is contained in:
Michael Hudson-Doyle 2019-11-08 09:11:27 +13:00
parent 5d8c983448
commit 65a961be1a
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ def verify_size_ok(level, sizes):
fails = 0
run(['mount', '-t', 'tmpfs', 'tmpfs', tmpdir])
try:
for size in '1G', '10G', '100G', '1T', '10T', '100T':
for size in '1G', '10G', '100G', '1T', '10T':
size = dehumanize_size(size)
for level in raidlevels:
for count in range(2, 10):