diff --git a/protocol/testutil/app/app.go b/protocol/testutil/app/app.go index a4dbac0bc2..a5640ce8c7 100644 --- a/protocol/testutil/app/app.go +++ b/protocol/testutil/app/app.go @@ -1308,6 +1308,7 @@ func launchValidatorInDir( "--oracle.enabled=false", "--oracle.metrics_enabled=false", "--log_level=error", + "--optimistic-execution-enabled=false", }) ctx := svrcmd.CreateExecuteContext(parentCtx)