Skip to content

Commit

Permalink
SkipFlakey: TestIntegration_MercuryV1 + TestIntegration_MercuryV2_Plu…
Browse files Browse the repository at this point in the history
…gin (#13582)

* SkipFlakey: TestIntegration_MercuryV2_Plugin

* SkipFlakey: TestIntegration_MercuryV1_Plugin

* Mark the right test 🙈
  • Loading branch information
DeividasK authored Jun 20, 2024
1 parent b2de8a3 commit 09b0973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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) {
Expand All @@ -15,8 +16,8 @@ func TestIntegration_MercuryV1_Plugin(t *testing.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)
}

Expand Down
1 change: 1 addition & 0 deletions core/services/ocr2/plugins/mercury/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ func setupBlockchain(t *testing.T) (*bind.TransactOpts, *backends.SimulatedBacke
}

func TestIntegration_MercuryV1(t *testing.T) {
testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/MERC-5697")
t.Parallel()

integration_MercuryV1(t)
Expand Down

0 comments on commit 09b0973

Please sign in to comment.