remove misbehaviors from e2e generator (#5629)

This commit is contained in:
Callum Waters
2020-11-06 14:27:48 +01:00
committed by Tess Rinearson
parent 23c8a7a93d
commit 6a7a431ba5

View File

@@ -44,8 +44,11 @@ var (
"restart": 0.1,
}
nodeMisbehaviors = weightedChoice{
misbehaviorOption{"double-prevote"}: 1,
misbehaviorOption{}: 9,
// FIXME evidence disabled due to node panicing when not
// having sufficient block history to process evidence.
// https://github.com/tendermint/tendermint/issues/5617
// misbehaviorOption{"double-prevote"}: 1,
misbehaviorOption{}: 9,
}
)