diff --git a/protocol/testutil/app/app.go b/protocol/testutil/app/app.go index a5640ce8c7..69d76021f3 100644 --- a/protocol/testutil/app/app.go +++ b/protocol/testutil/app/app.go @@ -1308,6 +1308,8 @@ func launchValidatorInDir( "--oracle.enabled=false", "--oracle.metrics_enabled=false", "--log_level=error", + // TODO(CT-1329): Currently, the TestApp framework does not work well with OE, + // since the non-deterministic test app instances does not handle go routines. "--optimistic-execution-enabled=false", })