mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-25 09:24:30 +00:00
e2e: drop single node hybrid configurations (#6737)
This commit is contained in:
@@ -62,6 +62,12 @@ func Generate(r *rand.Rand, opts Options) ([]e2e.Manifest, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if len(manifest.Nodes) == 1 {
|
||||
if opt["p2p"] == HybridP2PMode {
|
||||
continue
|
||||
}
|
||||
}
|
||||
manifests = append(manifests, manifest)
|
||||
}
|
||||
return manifests, nil
|
||||
|
||||
Reference in New Issue
Block a user