Skip to content

Commit

Permalink
remove rate limiter test
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Aug 15, 2024
1 parent 769f048 commit 12e02dc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
if testAdmin {
eg.Go(adminTestRoutine(conf, deployerRunner, verbose,
e2etests.TestWhitelistERC20Name,
e2etests.TestRateLimiterName,
e2etests.TestPauseZRC20Name,
e2etests.TestUpdateBytecodeZRC20Name,
e2etests.TestUpdateBytecodeConnectorName,
Expand All @@ -305,6 +304,12 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
e2etests.TestPauseERC20CustodyName,
e2etests.TestMigrateERC20CustodyFundsName,

// Test the rate limiter functionalities
// this test is currently incomplete and takes 10m to run
// TODO: define assertion, and make more optimized
// https://github.com/zeta-chain/node/issues/2090
//e2etests.TestRateLimiterName,

// TestMigrateChainSupportName tests EVM chain migration. Currently this test doesn't work with Anvil because pre-EIP1559 txs are not supported
// See issue below for details
// TODO: renenable this test as per the issue below
Expand Down

0 comments on commit 12e02dc

Please sign in to comment.