mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
Disable --enable-stream-duties for e2e tests (#6374)
* Disable --enable-stream-duties for e2e tests * Merge branch 'master' into fix-e2e * Merge branch 'master' into fix-e2e * Merge branch 'master' into fix-e2e
This commit is contained in:
parent
9fadb4f334
commit
7662045cc6
@ -507,7 +507,7 @@ var E2EValidatorFlags = []string{
|
||||
"--wait-for-synced",
|
||||
"--enable-protect-attester",
|
||||
"--enable-protect-proposer",
|
||||
"--enable-stream-duties",
|
||||
// "--enable-stream-duties", // Currently disabled due to e2e flakes.
|
||||
}
|
||||
|
||||
// BeaconChainFlags contains a list of all the feature flags that apply to the beacon-chain client.
|
||||
|
Loading…
Reference in New Issue
Block a user