Skip to content

Commit

Permalink
ALL-6920: skip cardano testnet tests (#1113)
Browse files Browse the repository at this point in the history
* ALL-6920: skip cardano testnet tests

* ALL-6920: changelog update
  • Loading branch information
rostislavjadavan authored Jun 20, 2024
1 parent 6c947da commit 5f87a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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 5f87a32

Please sign in to comment.