Skip to content

Commit

Permalink
Skip Cancun transaction tests for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Mar 9, 2024
1 parent 7b3fbe1 commit e34292e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/json-fixtures/test_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def fixture_transaction_class(fixture_data):
return ParisTransactionBuilder
elif fork_name == ForkName.Shanghai:
return ShanghaiTransactionBuilder
elif fork_name == ForkName.Cancun:
pytest.skip("Cancun Transaction class has not been implemented")
else:
raise ValueError(f"Unknown Fork Name: {fork_name}")

Expand Down

0 comments on commit e34292e

Please sign in to comment.