Skip to content

Commit ca0bdec

Browse files
committed
fix(tests): EIP-6110: Add slow marker to many_deposits test
1 parent b22e901 commit ca0bdec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/prague/eip6110_deposits/test_deposits.py

+2
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@
301301
),
302302
],
303303
id="many_deposits_from_contract",
304+
marks=pytest.mark.slow,
304305
),
305306
pytest.param(
306307
[
@@ -472,6 +473,7 @@
472473
),
473474
],
474475
id="many_deposits_from_contract_oog",
476+
marks=pytest.mark.slow,
475477
),
476478
pytest.param(
477479
[

0 commit comments

Comments
 (0)