Skip to content

Commit

Permalink
Disable mumbai tests (#1008)
Browse files Browse the repository at this point in the history
Update evm.rpc.spec.ts
  • Loading branch information
Smrecz authored Nov 1, 2023
1 parent 6b88163 commit 5b7ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/rpc/evm/evm.rpc.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const testNetworks = [
{ network: Network.ETHEREUM_HOLESKY, expected: { chainId: 17000 } },
{ network: Network.ETHEREUM_CLASSIC, expected: { chainId: 61 } },
{ network: Network.POLYGON, expected: { chainId: 137 } },
{ network: Network.POLYGON_MUMBAI, expected: { chainId: 80001 } },
//{ network: Network.POLYGON_MUMBAI, expected: { chainId: 80001 } },
{ network: Network.OPTIMISM, expected: { chainId: 10 } },
{ network: Network.HAQQ, expected: { chainId: 11235 } },
{ network: Network.HAQQ_TESTNET, expected: { chainId: 54211 } },
Expand Down

0 comments on commit 5b7ffa2

Please sign in to comment.