Skip to content

Commit

Permalink
ALL-6920: skip cardano testnet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rostislavjadavan committed Jun 20, 2024
1 parent 6c947da commit 5c7084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/rpc/other/tatum.rpc.cardano.rosetta.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 5c7084b

Please sign in to comment.