diff --git a/CHANGELOG.md b/CHANGELOG.md index bb9d8d0ff..18f217bc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Updated - Disable auto-discovery of RPC nodes when there is only one node. +- Disable Cardano Rosetta testnet tests ## [4.2.34] - 2024.6.18 diff --git a/src/e2e/rpc/other/tatum.rpc.cardano.rosetta.spec.ts b/src/e2e/rpc/other/tatum.rpc.cardano.rosetta.spec.ts index 98309fbcf..47e406b8f 100644 --- a/src/e2e/rpc/other/tatum.rpc.cardano.rosetta.spec.ts +++ b/src/e2e/rpc/other/tatum.rpc.cardano.rosetta.spec.ts @@ -6,7 +6,7 @@ const getCardanoRosettaRpc = async (testnet?: boolean) => const networks = [ { testnet: false, blockchain: 'cardano', network: 'mainnet' }, - { testnet: true, blockchain: 'cardano', network: 'preprod' }, + //{ testnet: true, blockchain: 'cardano', network: 'preprod' }, ] describe.each(networks)('Cardano Rosetta', ({ testnet, network, blockchain }) => {