From c879ffe4d5232d77492fbffe0371139a4654cac6 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 23 Apr 2026 11:08:39 +0200 Subject: [PATCH] skip another CCIP flake --- integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go index 99106c74446..cc98096f1e7 100644 --- a/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go +++ b/integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go @@ -15,6 +15,7 @@ import ( "github.com/ethereum/go-ethereum/common/hexutil" chain_selectors "github.com/smartcontractkit/chain-selectors" + "github.com/smartcontractkit/chainlink-common/pkg/utils/tests" module_lock_release_token_pool "github.com/smartcontractkit/chainlink-sui/bindings/generated/ccip/ccip_token_pools/lock_release_token_pool" @@ -1698,6 +1699,7 @@ func Test_CCIPPureTokenTransfer_EVM2Sui_BurnMintTokenPool(t *testing.T) { } func Test_CCIPProgrammableTokenTransfer_EVM2Sui_BurnMintTokenPool(t *testing.T) { + tests.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/CCIP-11130") e, sourceChain, destChain, deployerSourceChain, _, _ := testSetupHelperEvm2Sui(t) // Token Pool setup on both SUI and EVM