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 5203f36 commit 0c05d9cCopy full SHA for 0c05d9c
tests/benchmark/mainnet/test_state_xen.py
@@ -108,6 +108,7 @@ def test_xen_approve(
108
# NOTE: deploy both XEN (0x06450dEe7FD2Fb8E39061434BAbCFC05599a6Fb8)
109
# and Math (0x4bBA9B6B49f3dFA6615f079E9d66B0AA68B04A4d) in prestate for the Mainnet scenario!
110
@pytest.mark.valid_from("Frontier")
111
+@pytest.mark.skip(reason="TEMP: disabled test") # TODO fixme
112
def test_xen_claimrank_and_mint(
113
blockchain_test: BlockchainTestFiller,
114
fork: Fork,
0 commit comments