From 8554edb950fa16c302fcd6f6bb769052e2276830 Mon Sep 17 00:00:00 2001 From: bronco Date: Fri, 25 Aug 2023 18:06:39 +0200 Subject: [PATCH] skipping recovery specs due to fixed block number --- .../concerns/composableStable/recovery.integration.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balancer-js/src/modules/pools/pool-types/concerns/composableStable/recovery.integration.spec.ts b/balancer-js/src/modules/pools/pool-types/concerns/composableStable/recovery.integration.spec.ts index da92e61c4..207f80972 100644 --- a/balancer-js/src/modules/pools/pool-types/concerns/composableStable/recovery.integration.spec.ts +++ b/balancer-js/src/modules/pools/pool-types/concerns/composableStable/recovery.integration.spec.ts @@ -22,7 +22,7 @@ const signer = provider.getSigner(); const blockNumber = 46572274; let balancer: BalancerSDK; -describe('ComposableStable - recovery', () => { +describe.skip('ComposableStable - recovery', () => { context('V1', async () => { const poolId = '0x02d2e2d7a89d6c5cb3681cfcb6f7dac02a55eda400000000000000000000088f';