Skip to content

Commit

Permalink
Enabled other tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Feb 29, 2024
1 parent 7ea334d commit 491bcdd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration-tests/smoke/ocr2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 491bcdd

Please sign in to comment.