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:
Preston Van Loon 2020-06-23 19:42:38 -07:00 committed by GitHub
parent 9fadb4f334
commit 7662045cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.