Skip to content

Commit

Permalink
test deposit only
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 15, 2024
1 parent 93c97ac commit 5aab52d
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions cmd/zetae2e/local/v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@ func startV2Tests(eg *errgroup.Group, conf config.Config, deployerRunner *runner
// e2etests.TestV2ERC20DepositAndCallNoMessageName,
//))

// Test revert cases for gas token workflow
eg.Go(
v2TestRoutine(
conf,
"eth-revert",
conf.AdditionalAccounts.UserV2EtherRevert,
color.FgHiYellow,
deployerRunner,
verbose,
e2etests.TestV2ETHDepositName, // necessary to pay fees on ZEVM and withdraw
//e2etests.TestV2ETHDepositAndCallRevertName,
//e2etests.TestV2ETHDepositAndCallRevertWithCallName,
//e2etests.TestV2ETHWithdrawAndCallRevertName,
e2etests.TestV2ETHWithdrawAndCallRevertWithCallName,
),
)
//// Test revert cases for gas token workflow
//eg.Go(
// v2TestRoutine(
// conf,
// "eth-revert",
// conf.AdditionalAccounts.UserV2EtherRevert,
// color.FgHiYellow,
// deployerRunner,
// verbose,
// e2etests.TestV2ETHDepositName, // necessary to pay fees on ZEVM and withdraw
// //e2etests.TestV2ETHDepositAndCallRevertName,
// //e2etests.TestV2ETHDepositAndCallRevertWithCallName,
// //e2etests.TestV2ETHWithdrawAndCallRevertName,
// e2etests.TestV2ETHWithdrawAndCallRevertWithCallName,
// ),
//)

//// Test revert cases for erc20 token workflow
//eg.Go(
Expand Down
Loading

0 comments on commit 5aab52d

Please sign in to comment.