Skip to content

Commit c57fcd5

Browse files
committed
Add flaky to estimate_gas_with_block tests
1 parent 11de471 commit c57fcd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integration/go_ethereum/common.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ def test_eth_estimateGas_deprecated(
6767
) -> None:
6868
super().test_eth_estimateGas_deprecated(w3, unlocked_account_dual_type)
6969

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+
7076

7177
class GoEthereumVersionModuleTest(VersionModuleTest):
7278
@pytest.mark.xfail(reason='eth_protocolVersion was removed in Geth 1.10.0')

0 commit comments

Comments
 (0)