Skip to content

Commit

Permalink
Return normal geth and delete gas_price
Browse files Browse the repository at this point in the history
  • Loading branch information
Deniallugo committed Jan 15, 2021
1 parent d36a199 commit ac42c83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docker-compose-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:

geth:
image: "matterlabs/geth:latest"
environment:
- PLUGIN_CONFIG=fast

dev-ticker:
image: "matterlabs/dev-ticker:latest"
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/zk/src/test/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export async function testkit(command: string, timeout: number) {
await utils.spawn('cargo run --bin block_sizes_test --release');
} else if (command == 'fast') {
await utils.spawn('cargo run --bin testkit_tests --release');
await utils.spawn('cargo run --bin gas_price_test --release');
// await utils.spawn('cargo run --bin gas_price_test --release');
await utils.spawn('cargo run --bin migration_test --release');
await utils.spawn('cargo run --bin revert_blocks_test --release');
await utils.spawn('cargo run --bin exodus_test --release');
Expand Down

0 comments on commit ac42c83

Please sign in to comment.