Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Do not skip tests for IstanbulVM
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Dec 10, 2019
1 parent eb00e74 commit 3b2886f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/json-fixtures-over-rpc/test_rpc_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,7 @@ async def validate_uncles(rpc, block_fixture, at_block):
def chain_fixture(fixture_data):
fixture_path, fixture_key, fixture_fork = fixture_data
fixture = load_fixture(fixture_path, fixture_key)
if fixture_fork == 'Istanbul':
pytest.skip('Istanbul VM rules not yet supported')

return fixture


Expand Down

0 comments on commit 3b2886f

Please sign in to comment.