Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,7 @@ func Test_CCIPTokenTransfer_Sui2EVM_ManagedTokenPool_ThenCurseUncurse(t *testing
}

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

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

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

// Token Pool setup on both SUI and EVM
Expand Down
Loading