We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48a9fcd commit 6ae617aCopy full SHA for 6ae617a
tests/prague/eip7702_eoa_code_tx/test_eoa_code_txs.py
@@ -727,7 +727,9 @@ def test_set_code_multiple_valid_authorization_tuples_first_invalid_same_signer(
727
"invalidity_reason",
728
[
729
InvalidityReason.NONCE,
730
- InvalidityReason.MULTIPLE_NONCE,
+ pytest.param(
731
+ InvalidityReason.MULTIPLE_NONCE, marks=pytest.mark.xfail(reason="test issue")
732
+ ),
733
pytest.param(InvalidityReason.CHAIN_ID, marks=pytest.mark.xfail(reason="evm issue")),
734
],
735
)
0 commit comments