Skip to content

Commit a5766c2

Browse files
committed
remove bogus failure analysis
1 parent 831ba88 commit a5766c2

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
@@ -71,9 +71,6 @@ class CleanReporter {
7171
logStamp(`📊 TEST SUMMARY`);
7272
console.log("=".repeat(60));
7373

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

0 commit comments

Comments
 (0)