Skip to content

Commit 8bb73b5

Browse files
authored
skip 2 more flaky/broken CCIP tests (#22078)
skip 2 more flaky/broken tests
1 parent 4f23f80 commit 8bb73b5

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
@@ -1092,6 +1092,7 @@ func Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_ThenCurseUncurse(t *testing
10921092
}
10931093

10941094
func Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_NoRateLimit(t *testing.T) {
1095+
tests.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/CCIP-11054")
10951096
e, sourceChain, destChain, deployerSourceChain, suiTokenBytes, suiAddr := testSetupHelperEvm2Sui(t)
10961097

10971098
// Token Pool setup on both SUI and EVM
@@ -1394,6 +1395,7 @@ func Test_CCIPTokenTransfer_EVM2Sui_ManagedTokenPool_WithRateLimit(t *testing.T)
13941395
}
13951396

13961397
func Test_CCIPTokenTransfer_EVM2Sui_BurnMintTokenPool(t *testing.T) {
1398+
tests.SkipFlakey(t, "https://smartcontract-it.atlassian.net/browse/CCIP-11053")
13971399
e, sourceChain, destChain, deployerSourceChain, suiTokenBytes, suiAddr := testSetupHelperEvm2Sui(t)
13981400

13991401
// Token Pool setup on both SUI and EVM

0 commit comments

Comments
 (0)