Skip to content

Commit

Permalink
Disable history_004_pos
Browse files Browse the repository at this point in the history
Occasionally observed failure of history_004_pos due to the test
case not being 100% reliable.  In order to prevent false positives
disable this test case until it can be made reliable.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #7026 
Closes #7028
  • Loading branch information
behlendorf authored Jan 10, 2018
1 parent 1d53657 commit 7e7f513
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/zfs-tests/tests/functional/history/history_004_pos.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@

. $STF_SUITE/include/libtest.shlib

# See issue: https://github.com/zfsonlinux/zfs/issues/7026
if is_linux; then
log_unsupported "Test case occasionally fails"
fi

#
# DESCRIPTION:
# 'zpool history' can cope with simultaneous commands.
Expand Down

0 comments on commit 7e7f513

Please sign in to comment.