From d867236b96ceb9827946c60898dd58ae362af34f Mon Sep 17 00:00:00 2001 From: Mikhail Shustov Date: Mon, 28 Sep 2020 19:00:05 +0300 Subject: [PATCH] disable incremental build for x-pack tests (#78131) (#78594) Co-authored-by: Elastic Machine Co-authored-by: Elastic Machine --- x-pack/test/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/tsconfig.json b/x-pack/test/tsconfig.json index e8af79b9e84e0..3736d957a55a6 100644 --- a/x-pack/test/tsconfig.json +++ b/x-pack/test/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "../../tsconfig.base.json", "compilerOptions": { - "tsBuildInfoFile": "../../build/tsbuildinfo/x-pack/test", + // overhead is too significant + "incremental": false, "types": [ "mocha", "node",