From a0b7c2bf07698143a3352ed78e084038abd5efaf Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 3 Jul 2020 12:53:42 +0100 Subject: [PATCH] [APM-UI] e2e speed up build --- .ci/end2end.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/end2end.groovy b/.ci/end2end.groovy index ed642f22cfeb4..97099c6f87448 100644 --- a/.ci/end2end.groovy +++ b/.ci/end2end.groovy @@ -14,6 +14,7 @@ pipeline { HOME = "${env.WORKSPACE}" E2E_DIR = 'x-pack/plugins/apm/e2e' PIPELINE_LOG_LEVEL = 'DEBUG' + KBN_OPTIMIZER_THEMES = 'v7light' } options { timeout(time: 1, unit: 'HOURS')