aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-runner
diff options
context:
space:
mode:
authorRich Ercolani <[email protected]>2021-11-08 21:01:19 -0500
committerGitHub <[email protected]>2021-11-08 19:01:19 -0700
commit380b072403297346b97039bec25d1e5766abb3e6 (patch)
tree248a965d84fe5cbf4ac5898ef8861d90eac20667 /tests/test-runner
parentde198f2d9507b6dcf3d0d8f037ba33940208733e (diff)
Exclude zvol_misc_volmode for now
It keeps failing, on changes which aren't related at all. So until someone runs down why, I'd like it to stop being the sole reason for CI failures. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes #12733
Diffstat (limited to 'tests/test-runner')
-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 e9f3ab172..ce43d204f 100755
--- a/tests/test-runner/bin/zts-report.py.in
+++ b/tests/test-runner/bin/zts-report.py.in
@@ -310,6 +310,7 @@ elif sys.platform.startswith('linux'):
'rsend/rsend_011_pos': ['FAIL', known_reason],
'snapshot/rollback_003_pos': ['FAIL', known_reason],
'zvol/zvol_misc/zvol_misc_snapdev': ['FAIL', '12621'],
+ 'zvol/zvol_misc/zvol_misc_volmode': ['FAIL', known_reason],
})