From 5732cf80e861adf48f3b84f524bfb91229afeb80 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Tue, 24 Oct 2023 15:04:37 -0700 Subject: [PATCH] skip approving token --- integration-tests/actions/ccip_helpers.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/integration-tests/actions/ccip_helpers.go b/integration-tests/actions/ccip_helpers.go index d58f08c1f9..97f55b862a 100644 --- a/integration-tests/actions/ccip_helpers.go +++ b/integration-tests/actions/ccip_helpers.go @@ -466,11 +466,11 @@ func (sourceCCIP *SourceCCIPModule) DeployContracts(lane *laneconfig.LaneConfig) if err != nil { return errors.WithStack(err) } - - err = sourceCCIP.Common.ApproveTokens() - if err != nil { - return err - } + /* + err = sourceCCIP.Common.ApproveTokens() + if err != nil { + return err + }*/ sourceCCIP.LoadContracts(lane) // update transfer amount array length to be equal to the number of tokens // each index in TransferAmount array corresponds to the amount to be transferred for the token at the same index in BridgeTokens array