Skip to content

Commit ecf53e3

Browse files
authored
skip another CCIP flake (#22145)
1 parent a74ae88 commit ecf53e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integration-tests/smoke/ccip/ccip_sui_token_transfer_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
"github.com/ethereum/go-ethereum/common/hexutil"
1616

1717
chain_selectors "github.com/smartcontractkit/chain-selectors"
18+
"github.com/smartcontractkit/chainlink-common/pkg/utils/tests"
1819

1920
module_lock_release_token_pool "github.com/smartcontractkit/chainlink-sui/bindings/generated/ccip/ccip_token_pools/lock_release_token_pool"
2021

@@ -1698,6 +1699,7 @@ func Test_CCIPPureTokenTransfer_EVM2Sui_BurnMintTokenPool(t *testing.T) {
16981699
}
16991700

17001701
func Test_CCIPProgrammableTokenTransfer_EVM2Sui_BurnMintTokenPool(t *testing.T) {
1702+
tests.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/CCIP-11130")
17011703
e, sourceChain, destChain, deployerSourceChain, _, _ := testSetupHelperEvm2Sui(t)
17021704

17031705
// Token Pool setup on both SUI and EVM

0 commit comments

Comments
 (0)