Skip to content

Commit 85f0075

Browse files
committed
remove bogus failure analysis
1 parent 2f8147b commit 85f0075

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

typescript-sdk/apps/dojo/e2e/clean-reporter.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ class CleanReporter {
7373
logStamp(`📊 TEST SUMMARY`);
7474
console.log("=".repeat(60));
7575

76-
console.log(`\n🔍 FAILURE ANALYSIS:`);
77-
console.log(`• Most failures appear to be AI service related`);
78-
console.log(`• Check API keys and service availability`);
7976
if (!process.env.CI) {
8077
console.log(
8178
`• Run 'pnpm exec playwright show-report' for detailed HTML report`

0 commit comments

Comments
 (0)