Skip to content

Commit 99a169b

Browse files
committed
Add flaky geth dev mining to receipt unmined tests
1 parent 3c02f28 commit 99a169b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web3/_utils/module_testing/eth_module.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,7 @@ async def test_async_eth_get_transaction_receipt_mined(
16921692
assert isinstance(effective_gas_price, int)
16931693
assert effective_gas_price > 0
16941694

1695+
@flaky_geth_dev_mining
16951696
@pytest.mark.asyncio
16961697
async def test_async_eth_get_transaction_receipt_unmined(
16971698
self,
@@ -3596,7 +3597,6 @@ def test_eth_replace_transaction_gas_price_defaulting_strategy_lower(
35963597
self, w3: "Web3", keyfile_account_address: ChecksumAddress
35973598
) -> None:
35983599
gas_price = w3.to_wei(2, "gwei")
3599-
36003600
txn_params: TxParams = {
36013601
"from": keyfile_account_address,
36023602
"to": keyfile_account_address,
@@ -4360,6 +4360,7 @@ def test_eth_get_transaction_receipt_mined(
43604360
assert isinstance(effective_gas_price, int)
43614361
assert effective_gas_price > 0
43624362

4363+
@flaky_geth_dev_mining
43634364
def test_eth_get_transaction_receipt_unmined(
43644365
self, w3: "Web3", keyfile_account_address_dual_type: ChecksumAddress
43654366
) -> None:

0 commit comments

Comments
 (0)