diff --git a/lighthouserc-prod.cjs b/lighthouserc-prod.cjs index 0feb189f51..88b30ca0b0 100644 --- a/lighthouserc-prod.cjs +++ b/lighthouserc-prod.cjs @@ -24,11 +24,11 @@ module.exports = { ], numberOfRuns: 5, }, - upload: { - target: 'lhci', - serverBaseUrl: 'https://lighthouse-ci-kiva-prod.herokuapp.com/', - token: process.env.LHCI_PROD_BUILD_TOKEN, - ignoreDuplicateBuildFailure: true - }, + // upload: { + // target: 'lhci', + // serverBaseUrl: 'https://lighthouse-ci-kiva-prod.herokuapp.com/', + // token: process.env.LHCI_PROD_BUILD_TOKEN, + // ignoreDuplicateBuildFailure: true + // }, }, };