diff options
author | Ryan Moeller <[email protected]> | 2020-08-01 00:05:55 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-31 21:05:55 -0700 |
commit | 18c624302d444b8db36af55f4ee5288c65cbaa15 (patch) | |
tree | 6e0a146986d17e6e2506a3ded545839f812f5baa | |
parent | 721ed0154817cf43507ce36d1e85a059365c8bb1 (diff) |
ZTS: zvol_misc_volmode is flaky on FreeBSD
Mark this as a known issue.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #10655
-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 51e6e52db..d0b9191f7 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -253,6 +253,7 @@ if sys.platform.startswith('freebsd'): 'removal/removal_condense_export': ['FAIL', known_reason], 'removal/removal_with_export': ['FAIL', known_reason], 'resilver/resilver_restart_001': ['FAIL', known_reason], + 'zvol/zvol_misc/zvol_misc_volmode': ['FAIL', known_reason], }) elif sys.platform.startswith('linux'): maybe.update({ |