Skip to content

Commit

Permalink
skip precompile tests during upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Aug 21, 2024
1 parent 0488bad commit e531669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/zetae2e/local/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ func localE2ETest(cmd *cobra.Command, _ []string) {
zevmMPTests = append(zevmMPTests, zevmMPAdvancedTests...)
bitcoinTests = append(bitcoinTests, bitcoinAdvancedTests...)
ethereumTests = append(ethereumTests, ethereumAdvancedTests...)
precompiledContractTests = make([]string, 0)
}

eg.Go(statefulPrecompilesTestRoutine(conf, deployerRunner, verbose, precompiledContractTests...))
Expand Down

0 comments on commit e531669

Please sign in to comment.