Skip to content

Commit

Permalink
fix(test): skip
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Jun 28, 2024
1 parent 48a9fcd commit 6ae617a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/prague/eip7702_eoa_code_tx/test_eoa_code_txs.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,9 @@ def test_set_code_multiple_valid_authorization_tuples_first_invalid_same_signer(
"invalidity_reason",
[
InvalidityReason.NONCE,
InvalidityReason.MULTIPLE_NONCE,
pytest.param(
InvalidityReason.MULTIPLE_NONCE, marks=pytest.mark.xfail(reason="test issue")
),
pytest.param(InvalidityReason.CHAIN_ID, marks=pytest.mark.xfail(reason="evm issue")),
],
)
Expand Down

0 comments on commit 6ae617a

Please sign in to comment.