Skip to content

Commit

Permalink
re-enable v2 test (#13656)
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann authored Jun 25, 2024
1 parent 8ccaa14 commit c8b2836
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/services/ocr2/plugins/mercury/integration_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,19 @@ import (
"testing"

"github.com/smartcontractkit/chainlink/v2/core/config/env"
"github.com/smartcontractkit/chainlink/v2/core/internal/testutils"
)

func TestIntegration_MercuryV1_Plugin(t *testing.T) {
t.Setenv(string(env.MercuryPlugin.Cmd), "chainlink-mercury")

integration_MercuryV1(t)
}

func TestIntegration_MercuryV2_Plugin(t *testing.T) {
testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/MERC-5697")
t.Setenv(string(env.MercuryPlugin.Cmd), "chainlink-mercury")
integration_MercuryV2(t)
}

func TestIntegration_MercuryV3_Plugin(t *testing.T) {
t.Setenv(string(env.MercuryPlugin.Cmd), "chainlink-mercury")

integration_MercuryV3(t)
}

0 comments on commit c8b2836

Please sign in to comment.