diff --git a/cmd/zetae2e/local/local.go b/cmd/zetae2e/local/local.go index 356a899a9a..af249b9f03 100644 --- a/cmd/zetae2e/local/local.go +++ b/cmd/zetae2e/local/local.go @@ -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...))