From 25bdcc917e74b78b755fb59078ed20ca30258d14 Mon Sep 17 00:00:00 2001 From: Daniel Mitterdorfer Date: Thu, 24 Aug 2017 09:53:37 +0200 Subject: [PATCH] Reduce number of combinations in integration test --- integration-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-test.sh b/integration-test.sh index f11be806b..1c383ceaa 100755 --- a/integration-test.sh +++ b/integration-test.sh @@ -4,8 +4,8 @@ set -e readonly CONFIGURATIONS=(integration-test es-integration-test) -readonly DISTRIBUTIONS=(1.7.6 2.4.5 5.4.3) -readonly TRACKS=(geonames geopoint nyc_taxis pmc logging nested) +readonly DISTRIBUTIONS=(1.7.6 2.4.5 5.5.2) +readonly TRACKS=(geonames nyc_taxis logging nested) readonly ES_METRICS_STORE_VERSION="5.0.0"