Skip to content

Commit

Permalink
Temporarily skip ChainComponents tests due to flakes (#15526)
Browse files Browse the repository at this point in the history
  • Loading branch information
silaslenihan authored Dec 5, 2024
1 parent 138d4c5 commit 4f0222b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/relay/evm/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ func TestContractReaderEventsInitValidation(t *testing.T) {
}

func TestChainComponents(t *testing.T) {
testutils.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/BCFR-1083")
t.Parallel()
it := &EVMChainComponentsInterfaceTester[*testing.T]{Helper: &helper{}}
// TODO, generated binding tests are broken
Expand Down

0 comments on commit 4f0222b

Please sign in to comment.