**Describe the bug** Two tests fail when executing the Berlin regression suite via `tests/fork_compatibility/run_fork_tests.sh regression Berlin`: - [`tests/berlin/eip2929_gas_cost_increases/test_create.py::test_create_nonce_overflow[fork_Berlin-state_test-CREATE]`](https://github.com/ethereum/execution-specs/blob/forks/amsterdam/tests/berlin/eip2929_gas_cost_increases/test_create.py#L187) - [`tests/berlin/eip2929_gas_cost_increases/test_create.py::test_create_nonce_overflow[fork_Berlin-state_test-CREATE2]` ](https://github.com/ethereum/execution-specs/blob/forks/amsterdam/tests/berlin/eip2929_gas_cost_increases/test_create.py#L187) **To Reproduce** 1. Follow the steps in the [README](https://github.com/skalenetwork/qa-test-automation/tree/438-eest-fork-compatibility#fork-compatibility-tests-eest). 2. From the repo root, run: ``` NETWORK=<network> ./tests/fork_compatibility/run_fork_tests.sh regression Berlin ``` 3. Wait for the EIP-2929 group to start (`test_create_*` cases). 4. Observe two failures. **Expected behavior** Both `test_create_nonce_overflow[…-CREATE]` and `test_create_nonce_overflow[…-CREATE2]` should pass. **Additional context** [bug-berlin-eip2929-create.log](https://github.com/user-attachments/files/28230063/bug-berlin-eip2929-create.log) [bug-berlin-eip2929-create2.log](https://github.com/user-attachments/files/28230065/bug-berlin-eip2929-create2.log)
Describe the bug
Two tests fail when executing the Berlin regression suite via
tests/fork_compatibility/run_fork_tests.sh regression Berlin:tests/berlin/eip2929_gas_cost_increases/test_create.py::test_create_nonce_overflow[fork_Berlin-state_test-CREATE]tests/berlin/eip2929_gas_cost_increases/test_create.py::test_create_nonce_overflow[fork_Berlin-state_test-CREATE2]To Reproduce
test_create_*cases).Expected behavior
Both
test_create_nonce_overflow[…-CREATE]andtest_create_nonce_overflow[…-CREATE2]should pass.Additional context
bug-berlin-eip2929-create.log
bug-berlin-eip2929-create2.log