diff --git a/integration-tests/soak/ocr2_soak_test.go b/integration-tests/soak/ocr2_soak_test.go index 64d4e201f..2d52bae4c 100644 --- a/integration-tests/soak/ocr2_soak_test.go +++ b/integration-tests/soak/ocr2_soak_test.go @@ -19,6 +19,5 @@ func TestSolanaOCRV2SoakTest(t *testing.T) { return } state.DeployCluster(utils.ContractsDir) - state.SetAllAdapterResponsesToTheSameValue(10) state.ValidateRoundsAfter(time.Now(), common.NewSoakRoundsCheckTimeout, 20000) }