mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
test: fix circleci tests (#3927)
This commit is contained in:
parent
73af6f7f3c
commit
388c6010d2
1 changed files with 3 additions and 0 deletions
|
@ -458,6 +458,9 @@ function localName(branchName: string) {
|
|||
|
||||
// istanbul ignore next
|
||||
function checkForPlatformFailure(err: Error) {
|
||||
if (process.env.CIRCLECI) {
|
||||
return;
|
||||
}
|
||||
const platformErrorStrings = [
|
||||
'The requested URL returned error: 5',
|
||||
'The remote end hung up unexpectedly',
|
||||
|
|
Loading…
Reference in a new issue