mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Disable Execution Request Testing On Mainnet (#15115)
* DisableOnMainnet * Changelog
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
### Ignored
|
||||||
|
|
||||||
|
- Disable Execution Request Testing on Mainnet.
|
||||||
@@ -150,19 +150,18 @@ func e2eMainnet(t *testing.T, usePrysmSh, useMultiClient bool, cfg *params.Beaco
|
|||||||
"--enable-tracing",
|
"--enable-tracing",
|
||||||
"--trace-sample-fraction=1.0",
|
"--trace-sample-fraction=1.0",
|
||||||
},
|
},
|
||||||
ValidatorFlags: []string{},
|
ValidatorFlags: []string{},
|
||||||
EpochsToRun: uint64(epochsToRun),
|
EpochsToRun: uint64(epochsToRun),
|
||||||
TestSync: true,
|
TestSync: true,
|
||||||
TestFeature: true,
|
TestFeature: true,
|
||||||
TestDeposits: true,
|
TestDeposits: true,
|
||||||
UseFixedPeerIDs: true,
|
UseFixedPeerIDs: true,
|
||||||
UsePrysmShValidator: usePrysmSh,
|
UsePrysmShValidator: usePrysmSh,
|
||||||
TestExecutionRequests: true,
|
UsePprof: true,
|
||||||
UsePprof: true,
|
TracingSinkEndpoint: tracingEndpoint,
|
||||||
TracingSinkEndpoint: tracingEndpoint,
|
Evaluators: evals,
|
||||||
Evaluators: evals,
|
EvalInterceptor: defaultInterceptor,
|
||||||
EvalInterceptor: defaultInterceptor,
|
Seed: int64(seed),
|
||||||
Seed: int64(seed),
|
|
||||||
}
|
}
|
||||||
for _, o := range cfgo {
|
for _, o := range cfgo {
|
||||||
o(testConfig)
|
o(testConfig)
|
||||||
|
|||||||
Reference in New Issue
Block a user