Disable --enable-eth1-data-majority-vote in e2e (#6787)

* Disable --enable-eth1-data-majority-vote in e2e. See https://github.com/prysmaticlabs/prysm/issues/6786
* Merge refs/heads/master into disable-vote-with-majority
This commit is contained in:
Preston Van Loon 2020-07-30 11:14:07 -07:00 committed by GitHub
parent b56f473800
commit dec779dc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -633,5 +633,5 @@ var E2EBeaconChainFlags = []string{
"--attestation-aggregation-strategy=max_cover",
"--dev",
"--enable-finalized-deposits-cache",
"--enable-eth1-data-majority-vote",
// "--enable-eth1-data-majority-vote", // TODO(6786): This flag fails long running e2e tests.
}