Skip to content

Commit e34292e

Browse files
committed
Skip Cancun transaction tests for now.
1 parent 7b3fbe1 commit e34292e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/json-fixtures/test_transactions.py

+2
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ def fixture_transaction_class(fixture_data):
132132
return ParisTransactionBuilder
133133
elif fork_name == ForkName.Shanghai:
134134
return ShanghaiTransactionBuilder
135+
elif fork_name == ForkName.Cancun:
136+
pytest.skip("Cancun Transaction class has not been implemented")
135137
else:
136138
raise ValueError(f"Unknown Fork Name: {fork_name}")
137139

0 commit comments

Comments
 (0)