ZTS: Skip checkpoint_discard_busy
Until the ASSERT which is occasionally hit while running checkpoint_discard_busy is resolved skip this test case. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #12053 Closes #14952
This commit is contained in:
parent
90ccfd426d
commit
6db4ed51d6
|
@ -152,6 +152,7 @@ known = {
|
|||
['FAIL', rewind_reason],
|
||||
'cli_user/misc/zfs_share_001_neg': ['SKIP', na_reason],
|
||||
'cli_user/misc/zfs_unshare_001_neg': ['SKIP', na_reason],
|
||||
'pool_checkpoint/checkpoint_discard_busy': ['SKIP', 12053],
|
||||
'privilege/setup': ['SKIP', na_reason],
|
||||
'refreserv/refreserv_004_pos': ['FAIL', known_reason],
|
||||
'rootpool/setup': ['SKIP', na_reason],
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
|
||||
verify_runnable "global"
|
||||
|
||||
log_unsupported "Skipping, issue https://github.com/openzfs/zfs/issues/12053"
|
||||
|
||||
function test_cleanup
|
||||
{
|
||||
# reset memory limit to 16M
|
||||
|
|
Loading…
Reference in New Issue