We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11de471 commit c57fcd5Copy full SHA for c57fcd5
tests/integration/go_ethereum/common.py
@@ -67,6 +67,12 @@ def test_eth_estimateGas_deprecated(
67
) -> None:
68
super().test_eth_estimateGas_deprecated(w3, unlocked_account_dual_type)
69
70
+ @flaky(max_runs=3)
71
+ def test_eth_estimate_gas_with_block(
72
+ self, w3: "Web3", unlocked_account_dual_type: ChecksumAddress
73
+ ) -> None:
74
+ super().test_eth_estimate_gas_with_block(we, unlocked_account_dual_type)
75
+
76
77
class GoEthereumVersionModuleTest(VersionModuleTest):
78
@pytest.mark.xfail(reason='eth_protocolVersion was removed in Geth 1.10.0')
0 commit comments