From 9d576971fe82753a881e7627cba529ff4b600caf Mon Sep 17 00:00:00 2001 From: Alberto Gualis Date: Wed, 18 Dec 2024 19:33:07 +0100 Subject: [PATCH] unskip test --- .changeset/olive-cars-relate.md | 5 +++++ test/v2/createPool/composableStable.integration.test.ts | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changeset/olive-cars-relate.md diff --git a/.changeset/olive-cars-relate.md b/.changeset/olive-cars-relate.md new file mode 100644 index 00000000..e195770b --- /dev/null +++ b/.changeset/olive-cars-relate.md @@ -0,0 +1,5 @@ +--- +"@balancer/sdk": patch +--- + +Unskip test diff --git a/test/v2/createPool/composableStable.integration.test.ts b/test/v2/createPool/composableStable.integration.test.ts index a1139d98..667344a9 100644 --- a/test/v2/createPool/composableStable.integration.test.ts +++ b/test/v2/createPool/composableStable.integration.test.ts @@ -18,9 +18,7 @@ import { ANVIL_NETWORKS, startFork } from '../../anvil/anvil-global-setup'; import { doCreatePool } from '../../lib/utils/createPoolHelper'; import { CreatePoolTxInput } from '../../lib/utils/types'; -// Temporary skip to unblock release: -// Failing test in CI: https://github.com/balancer/b-sdk/actions/runs/12398917697/job/34612916265 -describe.skip('Create Composable Stable Pool tests', () => { +describe('Create Composable Stable Pool tests', () => { const chainId = ChainId.MAINNET; let txInput: CreatePoolTxInput; let poolAddress: Address;