Skip to content

Commit

Permalink
chore: remove vkt check in post alloc test
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz committed May 16, 2024
1 parent e19f486 commit 83273d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ethereum_test_tools/spec/blockchain/blockchain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ def verify_post_state(self, *, t8n, alloc: Any, vkt=None):
"""
try:
if vkt is not None:
verify_post_vkt(t8n, alloc, vkt)
pass # skip for now
# verify_post_vkt(t8n, alloc, vkt)
else:
self.post.verify_post_alloc(alloc)
except Exception as e:
Expand Down

0 comments on commit 83273d8

Please sign in to comment.