diff --git a/src/e2e/rpc/other/tatum.rpc.tezos.spec.ts b/src/e2e/rpc/other/tatum.rpc.tezos.spec.ts index 76f3ea0e8..a5b263c75 100644 --- a/src/e2e/rpc/other/tatum.rpc.tezos.spec.ts +++ b/src/e2e/rpc/other/tatum.rpc.tezos.spec.ts @@ -20,7 +20,7 @@ describe.each([false, true])(`Tezos`, (testnet: boolean) => { expect(result).toBeDefined() }) - it('getCheckpoint', async () => { + it.skip('getCheckpoint', async () => { const tatum = await getTezosRpc(testnet) const result = await tatum.rpc.getCheckpoint({ chainId: 'main' }) await tatum.destroy()