mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
test(ef-tests, storage): do not sync_all static files in state tests (#6914)
This commit is contained in:
@@ -121,7 +121,7 @@ impl Case for BlockchainTestCase {
|
||||
.static_file_provider()
|
||||
.latest_writer(StaticFileSegment::Headers)
|
||||
.unwrap()
|
||||
.commit()
|
||||
.commit_without_sync_all()
|
||||
.unwrap();
|
||||
|
||||
// Execute the execution stage using the EVM processor factory for the test case
|
||||
|
||||
Reference in New Issue
Block a user