Skip to content

Commit

Permalink
Skip cp_stress on FreeBSD
Browse files Browse the repository at this point in the history
Mark it as pass until openzfs#16297
is fixed.
  • Loading branch information
tonyhutter committed Jun 24, 2024
1 parent 1cae5e0 commit e454246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/zfs-tests/tests/functional/cp_files/cp_stress.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ function cleanup
{
rm -rf /$TESTDIR/cp_stress
}
if is_freebsd ; then
log_pass "Skip until #16297 is fixed"
fi

log_assert "Run the 'seekflood' binary repeatedly to try to trigger #15526"

Expand Down

0 comments on commit e454246

Please sign in to comment.