Skip to content

Commit

Permalink
Disable the offending test
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Nov 19, 2024
1 parent f44ab8f commit 8a46b87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/services/ocr2/plugins/llo/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,9 @@ channelDefinitionsContractFromBlock = %d`, serverURL, serverPubKey, donID, confi

// test on-chain verification
{
// Skipped because it flakes, sometimes returns "execution reverted"
// No idea why
// https://smartcontract-it.atlassian.net/browse/MERC-6637
_, err = verifierProxy.Verify(steve, req.req.Payload, []byte{})
require.NoError(t, err)
}
Expand Down

0 comments on commit 8a46b87

Please sign in to comment.