diff --git a/integration_tests/src/testcases/core.test.ts b/integration_tests/src/testcases/core.test.ts index 07c8a6a6..cee2efd2 100644 --- a/integration_tests/src/testcases/core.test.ts +++ b/integration_tests/src/testcases/core.test.ts @@ -2609,23 +2609,6 @@ describe('Core', () => { token_uri: null, }); }); - it('bond tokenized share from registered validator', async () => { - const { coreContractClient, neutronUserAddress } = context; - const res = await coreContractClient.bond( - neutronUserAddress, - {}, - 1.6, - undefined, - [ - { - amount: '20000', - denom: context.tokenizedDenomOnNeutron, - }, - ], - ); - expect(res.transactionHash).toHaveLength(64); - await checkExchangeRate(context); - }); it('try to withdraw from paused manager', async () => { const { withdrawalVoucherContractClient,