diff options
author | Ryan Moeller <[email protected]> | 2021-04-02 14:11:52 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-02 11:11:52 -0700 |
commit | 583e320546972945b9bf79fac82bf3c398d74d3b (patch) | |
tree | 5a7ad06f85151a379aee2e74d25043633405f967 /tests | |
parent | dce31763491e462876ff8706cb651bf488f443a0 (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')
-rwxr-xr-x | tests/test-runner/bin/zts-report.py.in | 1 |
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], |