aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-runner/bin
diff options
context:
space:
mode:
authorRyan Moeller <[email protected]>2021-04-02 14:11:52 -0400
committerBrian Behlendorf <[email protected]>2021-04-07 13:26:35 -0700
commit202e7545dc12a2fdf5d610708a0dc84aff490466 (patch)
treec1b47abf61e37c165f7cff4a27e2361d470eef08 /tests/test-runner/bin
parent003f2d04b6da8ead3dc47d10365a0a5900c30ef2 (diff)
ZTS: inheritance/inherit_001_pos is flaky
Add inheritance/inherit_001_pos to the maybe fails on FreeBSD list. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ryan Moeller <[email protected]> Closes #11830
Diffstat (limited to 'tests/test-runner/bin')
-rwxr-xr-xtests/test-runner/bin/zts-report.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in
index c5a1011c1..5823d94c9 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],