diff --git a/integration-tests/testsetups/ocr.go b/integration-tests/testsetups/ocr.go index b0424fc8226..2c3452b77d5 100644 --- a/integration-tests/testsetups/ocr.go +++ b/integration-tests/testsetups/ocr.go @@ -184,6 +184,7 @@ func (o *OCRSoakTest) DeployEnvironment(customChainlinkNetworkTOML string, ocrTe "db": map[string]any{ "stateful": true, // stateful DB by default for soak tests }, + "prometheus": true, }, ocrTestConfig.GetChainlinkImageConfig(), overrideFn) testEnv.AddHelm(cd)