From 7e7f5132779a04da0070cf6e6ffd8e9b5f7692de Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 10 Jan 2018 10:41:30 -0800 Subject: [PATCH] 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 Reviewed-by: Giuseppe Di Natale Signed-off-by: Brian Behlendorf Issue #7026 Closes #7028 --- tests/zfs-tests/tests/functional/history/history_004_pos.ksh | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.40.0