mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
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:
parent
b56f473800
commit
dec779dc1e
@ -633,5 +633,5 @@ var E2EBeaconChainFlags = []string{
|
|||||||
"--attestation-aggregation-strategy=max_cover",
|
"--attestation-aggregation-strategy=max_cover",
|
||||||
"--dev",
|
"--dev",
|
||||||
"--enable-finalized-deposits-cache",
|
"--enable-finalized-deposits-cache",
|
||||||
"--enable-eth1-data-majority-vote",
|
// "--enable-eth1-data-majority-vote", // TODO(6786): This flag fails long running e2e tests.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user