diff options
author | Brian Behlendorf <[email protected]> | 2018-01-10 10:41:30 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-01-10 10:41:30 -0800 |
commit | 7e7f5132779a04da0070cf6e6ffd8e9b5f7692de (patch) | |
tree | b66e73c3ff6182ce13cb3c3cede151c04d5c2417 /tests | |
parent | 1d53657bf561564162e2ad6449f80fa0140f1dd6 (diff) |
Disable history_004_pos
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 <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #7026
Closes #7028
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/history/history_004_pos.ksh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/zfs-tests/tests/functional/history/history_004_pos.ksh b/tests/zfs-tests/tests/functional/history/history_004_pos.ksh index 1b8e7dfe0..6f2dd3770 100755 --- a/tests/zfs-tests/tests/functional/history/history_004_pos.ksh +++ b/tests/zfs-tests/tests/functional/history/history_004_pos.ksh @@ -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. |