From af7fd11b3afbc7c97aa8d7e22192df9f09d85e46 Mon Sep 17 00:00:00 2001 From: johngrantuk Date: Tue, 7 May 2024 15:59:29 +0100 Subject: [PATCH] test: Skip goerli tests. --- .../src/modules/exits/exits.module.integration.spec.ts | 2 +- .../liquidity-managment/migrations.integrations.spec.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/balancer-js/src/modules/exits/exits.module.integration.spec.ts b/balancer-js/src/modules/exits/exits.module.integration.spec.ts index bd35a25c9..0cbf58891 100644 --- a/balancer-js/src/modules/exits/exits.module.integration.spec.ts +++ b/balancer-js/src/modules/exits/exits.module.integration.spec.ts @@ -25,7 +25,7 @@ const poolAddresses = Object.values(ADDRESSES[network]).map( ); const addresses = ADDRESSES[network]; -describe('generalised exit execution', async function () { +describe.skip('generalised exit execution', async function () { this.timeout(120000); // Sets timeout for all tests within this scope to 2 minutes /* diff --git a/balancer-js/src/modules/liquidity-managment/migrations.integrations.spec.ts b/balancer-js/src/modules/liquidity-managment/migrations.integrations.spec.ts index 2bfbd5bf0..48d41dace 100644 --- a/balancer-js/src/modules/liquidity-managment/migrations.integrations.spec.ts +++ b/balancer-js/src/modules/liquidity-managment/migrations.integrations.spec.ts @@ -30,8 +30,8 @@ const migrations = (network: 1 | 137) => { }; const remoteRpcUrls = { - [Network.MAINNET]: 'https://rpc.ankr.com/eth', - [Network.POLYGON]: 'https://rpc.ankr.com/polygon', + [Network.MAINNET]: process.env.ALCHEMY_URL, + [Network.POLYGON]: process.env.ALCHEMY_URL_POLYGON, }; const blockNumbers = {