From 491bcdd2a221c96eac4e1cb630ccda635c65ca57 Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Thu, 29 Feb 2024 08:19:08 +0100 Subject: [PATCH] Enabled other tests as well --- integration-tests/smoke/ocr2_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integration-tests/smoke/ocr2_test.go b/integration-tests/smoke/ocr2_test.go index 58aa03277..c9f0213fa 100644 --- a/integration-tests/smoke/ocr2_test.go +++ b/integration-tests/smoke/ocr2_test.go @@ -32,10 +32,10 @@ func TestOCRBasic(t *testing.T) { env map[string]string }{ {name: "embedded"}, - //{name: "plugins", env: map[string]string{ - // "CL_MEDIAN_CMD": "chainlink-feeds", - // "CL_SOLANA_CMD": "chainlink-solana", - //}}, + {name: "plugins", env: map[string]string{ + "CL_MEDIAN_CMD": "chainlink-feeds", + "CL_SOLANA_CMD": "chainlink-solana", + }}, } { config, err := tc.GetConfig("Smoke", tc.OCR2) if err != nil {