Skip TAB-disabled tests locally by default (#6601)
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user