From 18c624302d444b8db36af55f4ee5288c65cbaa15 Mon Sep 17 00:00:00 2001 From: Ryan Moeller Date: Sat, 1 Aug 2020 00:05:55 -0400 Subject: [PATCH] ZTS: zvol_misc_volmode is flaky on FreeBSD Mark this as a known issue. Reviewed-by: Brian Behlendorf Signed-off-by: Ryan Moeller Closes #10655 --- 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 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({