Disable Transaction Evaluator (#10563)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Nishant Das
2022-04-25 18:13:11 +08:00
committed by GitHub
parent 0ad190c1fb
commit a8ba5e7dd8
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ func e2eMainnet(t *testing.T, usePrysmSh bool) {
ev.APIGatewayV1Alpha1VerifyIntegrity,
ev.FinishedSyncing,
ev.AllNodesHaveSameHead,
ev.TransactionsPresent,
//ev.TransactionsPresent, TODO: Renable Transaction evaluator once it tx pool issues are fixed.
}
testConfig := &types.E2EConfig{
BeaconFlags: []string{

View File

@@ -93,7 +93,7 @@ func e2eMinimal(t *testing.T, args *testArgs) {
ev.FinishedSyncing,
ev.AllNodesHaveSameHead,
ev.ValidatorSyncParticipation,
ev.TransactionsPresent,
//ev.TransactionsPresent, TODO: Renable Transaction evaluator once it tx pool issues are fixed.
}
testConfig := &types.E2EConfig{
BeaconFlags: []string{