Remove iterations with leader rotation disabled

This commit is contained in:
Michael Vines 2019-04-17 15:07:36 -07:00
parent 8d1fd29fa6
commit e03215c4c0
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 9 deletions

View File

@ -52,15 +52,6 @@ runTest() {
build
runTest "Leader rotation off" \
"ci/localnet-sanity.sh -i 128 -b"
runTest "Leader rotation off, restart" \
"ci/localnet-sanity.sh -i 128 -k 16 -b"
runTest "Leader rotation off, incremental restart, extra node" \
"ci/localnet-sanity.sh -i 128 -k 16 -R -x -b"
runTest "Leader rotation on" \
"ci/localnet-sanity.sh -i 128"