diff --git a/cmd/zetae2e/local/local.go b/cmd/zetae2e/local/local.go index 3759521936..e861b7da66 100644 --- a/cmd/zetae2e/local/local.go +++ b/cmd/zetae2e/local/local.go @@ -411,19 +411,20 @@ func localE2ETest(cmd *cobra.Command, _ []string) { verbose, conf.AdditionalAccounts.UserSolana, e2etests.TestStressSolanaWithdrawName, - ), - ) - - eg.Go( - solanaWithdrawPerformanceRoutine( - conf, - "perf_spl_withdraw", - deployerRunner, - verbose, - conf.AdditionalAccounts.UserSPL, e2etests.TestStressSPLWithdrawName, ), ) + + // eg.Go( + // solanaWithdrawPerformanceRoutine( + // conf, + // "perf_spl_withdraw", + // deployerRunner, + // verbose, + // conf.AdditionalAccounts.UserSPL, + // e2etests.TestStressSPLWithdrawName, + // ), + // ) } if testSolana {