diff --git a/integration-tests/smoke/ccip/ccip_token_transfer_test.go b/integration-tests/smoke/ccip/ccip_token_transfer_test.go index 81920246bed..979a6b13695 100644 --- a/integration-tests/smoke/ccip/ccip_token_transfer_test.go +++ b/integration-tests/smoke/ccip/ccip_token_transfer_test.go @@ -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{}