From e03215c4c0aba000c620212adf49a8d769de4b1e Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 17 Apr 2019 15:07:36 -0700 Subject: [PATCH] Remove iterations with leader rotation disabled --- ci/iterations-localnet.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ci/iterations-localnet.sh b/ci/iterations-localnet.sh index 112b155bb..ec9cb17e9 100755 --- a/ci/iterations-localnet.sh +++ b/ci/iterations-localnet.sh @@ -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"