Skip to content

Commit 9a0b300

Browse files
authored
fix(results): tag unsupported failure explanations
Fix post-merge master CI by adding the missing unsupported failure explanation tag.
1 parent dba24f6 commit 9a0b300

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/excelbench/results/failure_explainer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def explain_diagnostic(
5454
probable_cause=diagnostic.probable_cause
5555
or "library/adapter does not implement the requested feature surface",
5656
next_step="treat as unsupported capability, not a semantic regression",
57+
tag="unsupported",
5758
)
5859

5960
if diagnostic.root_cause_code and diagnostic.suggested_next_step:

0 commit comments

Comments
 (0)