Skip undeterministic integration test (#1531)

* skip undeterministic integration test

* fix flake

* update gomod2nix
This commit is contained in:
Freddy Caceres
2022-12-08 17:19:13 -05:00
committed by GitHub
parent 51a3d6102e
commit 4317929b1e
3 changed files with 7 additions and 5 deletions
-1
View File
@@ -102,5 +102,4 @@ def test_block_gas_limit(ethermint):
)
(ethermint.w3.eth.wait_for_transaction_receipt(ethermint_txhash))
return
@@ -45,6 +45,9 @@ def grpc_eth_call(port: int, args: dict, chain_id=None, proposer_address=None):
).json()
@pytest.mark.skip(
reason="undeterministic test - https://github.com/evmos/ethermint/issues/1530"
)
def test_grpc_mode(custom_ethermint):
"""
- restart a fullnode in grpc-only mode