]> granicus.if.org Git - zfs/commitdiff
Disable history_004_pos
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 10 Jan 2018 18:41:30 +0000 (10:41 -0800)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2018 18:41:30 +0000 (10:41 -0800)
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

tests/zfs-tests/tests/functional/history/history_004_pos.ksh

index 1b8e7dfe02ec654436462c51c8c77637ffde9c44..6f2dd37700e2a2d6df86b1dc50578a81ec51f355 100755 (executable)
 
 . $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.