Skip TAB-disabled tests locally by default (#6601)

This commit is contained in:
Jace Browning
2025-04-30 15:32:37 -04:00
committed by GitHub
parent dee77e814a
commit 2978b34b7b
3 changed files with 8 additions and 18 deletions

View File

@ -14,9 +14,6 @@ class MyAPIReporter implements Reporter {
await Promise.all(this.pendingRequests)
if (this.allResults.length === 0) {
if (!process.env.CI) {
console.error('TAB API - No results to process')
}
return
}