From 533aef2b3c1e65d44526a0776275f21bdcc7cd91 Mon Sep 17 00:00:00 2001 From: наб Date: Sat, 26 Mar 2022 11:25:05 +0100 Subject: tests: zts-report: add #13215 to known list for FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: John Kennedy Reviewed-by: Ryan Moeller Signed-off-by: Ahelenia Ziemiańska Closes #13259 --- tests/test-runner/bin/zts-report.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index aefaf654d..fc0b90607 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -166,6 +166,7 @@ if sys.platform.startswith('freebsd'): 'cli_root/zpool_wait/zpool_wait_trim_cancel': ['SKIP', trim_reason], 'cli_root/zpool_wait/zpool_wait_trim_flag': ['SKIP', trim_reason], 'link_count/link_count_001': ['SKIP', na_reason], + 'casenorm/mixed_create_failure': ['FAIL', 13215], }) elif sys.platform.startswith('linux'): known.update({ -- cgit v1.2.3