mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +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
|
// istanbul ignore next
|
||||||
function checkForPlatformFailure(err: Error) {
|
function checkForPlatformFailure(err: Error) {
|
||||||
|
if (process.env.CIRCLECI) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
const platformErrorStrings = [
|
const platformErrorStrings = [
|
||||||
'The requested URL returned error: 5',
|
'The requested URL returned error: 5',
|
||||||
'The remote end hung up unexpectedly',
|
'The remote end hung up unexpectedly',
|
||||||
|
|
Loading…
Reference in a new issue