remove misbehaviors from e2e generator (#5629)

This commit is contained in:
Callum Waters
2020-11-06 14:27:48 +01:00
committed by GitHub
parent ec32df2d8a
commit 9fe7b4fe77

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,
}
)