From a12c6ed62fcd06093b95616515e4716b0b0bc038 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 6 May 2026 09:44:33 -0700 Subject: [PATCH] ZTS: Remove threadsappend_001_pos exception Commit f828a80c may have resolved the underlying cause for the occasional CI failures observed for this test. Remove the exception to ensure any new occurrences are noticed. Reviewed-by: Tony Hutter Reviewed-by: Tino Reichardt Signed-off-by: Brian Behlendorf Closes #6136 Closes #18495 --- tests/test-runner/bin/zts-report.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test-runner/bin/zts-report.py.in b/tests/test-runner/bin/zts-report.py.in index 22da0fc5cc13..29d2760ccb8f 100755 --- a/tests/test-runner/bin/zts-report.py.in +++ b/tests/test-runner/bin/zts-report.py.in @@ -201,7 +201,6 @@ elif sys.platform.startswith('linux'): # reasons listed above can be used. # maybe = { - 'append/threadsappend_001_pos': ['FAIL', 6136], 'chattr/setup': ['SKIP', exec_reason], 'crtime/crtime_001_pos': ['SKIP', statx_reason], 'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason],