From 202e7545dc12a2fdf5d610708a0dc84aff490466 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Fri, 2 Apr 2021 14:11:52 -0400 Subject: [PATCH] ZTS: inheritance/inherit_001_pos is flaky Add inheritance/inherit_001_pos to the maybe fails on FreeBSD list. Reviewed-by: John Kennedy Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #11830 --- tests/test-runner/bin/zts-report.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index c5a1011c10..5823d94c91 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -254,6 +254,7 @@ if sys.platform.startswith('freebsd'): ['FAIL', known_reason], 'cli_root/zpool_import/zpool_import_012_pos': ['FAIL', known_reason], 'delegate/zfs_allow_003_pos': ['FAIL', known_reason], + 'inheritance/inherit_001_pos': ['FAIL', '11829'], 'removal/removal_condense_export': ['FAIL', known_reason], 'removal/removal_with_export': ['FAIL', known_reason], 'resilver/resilver_restart_001': ['FAIL', known_reason],