Skip to content

Commit

Permalink
disable incremental build for x-pack tests (#78131) (#78594)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
mshustov and elasticmachine authored Sep 28, 2020
1 parent cfc65dd commit d867236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "../../build/tsbuildinfo/x-pack/test",
// overhead is too significant
"incremental": false,
"types": [
"mocha",
"node",
Expand Down

0 comments on commit d867236

Please sign in to comment.