X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fztest%2Fztest.c;h=09d6e9526aa306a27f1fab8f78763c50eb9250d3;hb=d13524579162b35189804c357a63993be758b84c;hp=4aca527e8c3bd001e9cc3f65ad4688f0a5423b15;hpb=6aec1cd5a674d7ee9917a75fee9a82fc97cfdf77;p=zfs.git diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c index 4aca527..09d6e95 100644 --- a/cmd/ztest/ztest.c +++ b/cmd/ztest/ztest.c @@ -292,7 +292,13 @@ ztest_info_t ztest_info[] = { { ztest_fault_inject, 1, &zopt_sometimes }, { ztest_ddt_repair, 1, &zopt_sometimes }, { ztest_dmu_snapshot_hold, 1, &zopt_sometimes }, + /* + * The reguid test is currently broken. Disable it until + * we get around to fixing it. + */ +#if 0 { ztest_reguid, 1, &zopt_sometimes }, +#endif { ztest_spa_rename, 1, &zopt_rarely }, { ztest_scrub, 1, &zopt_rarely }, { ztest_dsl_dataset_promote_busy, 1, &zopt_rarely },