ZTS: threadsappend_001_pos

Correct exception path used in zts-report.py.in.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2023-05-30 09:16:08 -07:00
parent 435407eb5c
commit a836cc6ddd
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ elif sys.platform.startswith('linux'):
# reasons listed above can be used. # reasons listed above can be used.
# #
maybe = { maybe = {
'append/threadsappend_001_pos': ['FAIL', 6136], 'threadsappend/threadsappend_001_pos': ['FAIL', 6136],
'chattr/setup': ['SKIP', exec_reason], 'chattr/setup': ['SKIP', exec_reason],
'crtime/crtime_001_pos': ['SKIP', statx_reason], 'crtime/crtime_001_pos': ['SKIP', statx_reason],
'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason], 'cli_root/zdb/zdb_006_pos': ['FAIL', known_reason],