Skip to content

Commit

Permalink
fix(tests): EIP-6110: Add slow marker to many_deposits test
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jan 30, 2025
1 parent b22e901 commit ca0bdec
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 ca0bdec

Please sign in to comment.