Skip to content

Commit

Permalink
ZTS: Skip checkpoint_discard_busy
Browse files Browse the repository at this point in the history
Until the ASSERT which is occasionally hit while running
checkpoint_discard_busy is resolved skip this test case.

Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#12053
Closes openzfs#14952
  • Loading branch information
behlendorf authored and andrewc12 committed Jun 28, 2023
1 parent b94049c commit 1f1ab33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test-runner/bin/zts-report.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f1ab33

Please sign in to comment.