Skip to content

Commit

Permalink
Mark TestIntegration_KeeperPluginBasic as a flake (#13575)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeividasK authored Jun 17, 2024
1 parent f1d478d commit 290c94f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/services/ocr2/plugins/ocr2keeper/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ func getUpkeepIdFromTx(t *testing.T, registry *keeper_registry_wrapper2_0.Keeper
}

func TestIntegration_KeeperPluginBasic(t *testing.T) {
testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/AUTO-11072")
runKeeperPluginBasic(t)
}

func runKeeperPluginBasic(t *testing.T) {
g := gomega.NewWithT(t)
lggr := logger.TestLogger(t)

Expand Down

0 comments on commit 290c94f

Please sign in to comment.