Skip to content

Commit

Permalink
fix(tests): EIP-6110: Add slow marker to many_deposits test (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored Jan 31, 2025
1 parent 59ae588 commit fef9a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/prague/eip6110_deposits/test_deposits.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
),
],
id="many_deposits_from_contract",
marks=pytest.mark.slow,
),
pytest.param(
[
Expand Down Expand Up @@ -472,6 +473,7 @@
),
],
id="many_deposits_from_contract_oog",
marks=pytest.mark.slow,
),
pytest.param(
[
Expand Down

0 comments on commit fef9a26

Please sign in to comment.