diff --git a/apps/whale-api/src/module.api/__defid__/address.controller.defid.ts b/apps/whale-api/src/module.api/__defid__/address.controller.defid.ts index bf3ce32222..46278c67e0 100644 --- a/apps/whale-api/src/module.api/__defid__/address.controller.defid.ts +++ b/apps/whale-api/src/module.api/__defid__/address.controller.defid.ts @@ -147,7 +147,8 @@ async function setup (app: DefidBin, testing: DefidRpc): Promise { // await testing.container.waitForBlockHeight(Math.max(500, height)) } -describe('listAccountHistory', () => { +// not being used +describe.skip('listAccountHistory', () => { beforeAll(async () => { app = new DefidBin() await app.start()