Skip to content

Commit

Permalink
Skip ccip transfer tests (#15558)
Browse files Browse the repository at this point in the history
* Skip

* Skip USDC

* Leave USDC actually
  • Loading branch information
connorwstein authored Dec 6, 2024
1 parent 074c1f2 commit ddd012e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/smoke/ccip/ccip_token_transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import (
)

func TestTokenTransfer(t *testing.T) {
t.Skip("need to deflake and optimize")
lggr := logger.TestLogger(t)
ctx := tests.Context(t)
config := &changeset.TestConfigs{}
Expand Down

0 comments on commit ddd012e

Please sign in to comment.