Skip to content

Commit 3162ea1

Browse files
authored
[oav-runner] Remove warning messages from formatting output (#36935)
1 parent 77636b2 commit 3162ea1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/tools/oav-runner/src/formatting.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ export function outputErrorSummary(errors: ReportableOavError[], reportName: str
5656
checkName = "validate-example";
5757
}
5858

59-
builtLines.push(`⚠️ This check is testing a new version of '${reportName}'. ⚠️`);
60-
builtLines.push(
61-
"Failures are expected, and should be completely ignored by spec authors and reviewers.",
62-
);
63-
builtLines.push(`Meaningful results for this PR are in required check '${reportName}'.`);
6459
builtLines.push("| File | Line#Column | Code | Message |");
6560
builtLines.push("| --- | --- | --- | --- |");
6661

0 commit comments

Comments
 (0)