Skip to content

Commit

Permalink
test: Skip state test with invalid prestate
Browse files Browse the repository at this point in the history
  • Loading branch information
gumb0 committed Feb 18, 2025
1 parent 9fc42cf commit d84257e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -373,13 +373,14 @@ jobs:
working_directory: ~/spec-tests/fixtures/state_tests
command: >
~/build/bin/evmone-statetest ~/spec-tests/fixtures/state_tests
--gtest_filter='-set_code_txs.set_code_to_non_empty_storage'
- run:
name: "Execution spec tests (develop, blockchain_tests)"
# Tests for in-development EVM revision currently passing.
working_directory: ~/spec-tests/fixtures/blockchain_tests
command: >
~/build/bin/evmone-blockchaintest ~/spec-tests/fixtures/blockchain_tests
--gtest_filter='-*block_hashes.block_hashes_history'
--gtest_filter='-*block_hashes.block_hashes_history:set_code_txs.set_code_to_non_empty_storage'
- collect_coverage_gcc
- upload_coverage:
flags: execution_spec_tests
Expand Down

0 comments on commit d84257e

Please sign in to comment.