Skip to content

Commit 03854b9

Browse files
committed
fix crossout: consider both reason and description
1 parent 573a73b commit 03854b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/clickhouse-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2335,7 +2335,7 @@ class TestCase:
23352335
# Check if the test is known to fail
23362336
known_fail_reason = test_is_known_fail(
23372337
self.name,
2338-
result.description,
2338+
result.reason.value + result.description,
23392339
args.build_flags,
23402340
args.known_fails_file_path,
23412341
)

0 commit comments

Comments
 (0)