diff --git a/cmd/zetae2e/local/local.go b/cmd/zetae2e/local/local.go index 4c3a1f0717..acc69f3be8 100644 --- a/cmd/zetae2e/local/local.go +++ b/cmd/zetae2e/local/local.go @@ -374,9 +374,9 @@ func localE2ETest(cmd *cobra.Command, _ []string) { // e2etests.TestPrecompilesBankName, // e2etests.TestPrecompilesBankFailName, // e2etests.TestPrecompilesBankThroughContractName, - e2etests.TestPrecompilesDistributeName, - e2etests.TestPrecompilesDistributeNonZRC20Name, - e2etests.TestPrecompilesDistributeThroughContractName, + //e2etests.TestPrecompilesDistributeName, + //e2etests.TestPrecompilesDistributeNonZRC20Name, + //e2etests.TestPrecompilesDistributeThroughContractName, } }