Skip to content

Commit

Permalink
move back to tests solana and add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Nov 4, 2024
1 parent 5ddfc2a commit b4ab0cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
e2etests.TestCriticalAdminTransactionsName,
e2etests.TestPauseERC20CustodyName,
e2etests.TestMigrateERC20CustodyFundsName,
e2etests.TestSolanaWhitelistSPLName,

// Test the rate limiter functionalities
// this test is currently incomplete and takes 10m to run
Expand Down Expand Up @@ -410,6 +409,9 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
e2etests.TestSolanaDepositAndCallRefundName,
e2etests.TestSolanaDepositRestrictedName,
e2etests.TestSolanaWithdrawRestrictedName,
// TODO move under admin tests
// https://github.com/zeta-chain/node/issues/3085
e2etests.TestSolanaWhitelistSPLName,
}
eg.Go(solanaTestRoutine(conf, deployerRunner, verbose, solanaTests...))
}
Expand Down

0 comments on commit b4ab0cd

Please sign in to comment.