From 2cc73526bc1daef691379efff74779170453f09c Mon Sep 17 00:00:00 2001 From: JoostK Date: Fri, 30 Apr 2021 18:40:09 +0200 Subject: [PATCH] build: exclude compiler compliance tests from Saucelabs tests (#41866) The legacy-unit-tests-saucelabs job does not need to compile the compiler compliance tests as they are not used in those tests. Since the compliance tests can be configured to use specific compiler options, the generic tsconfig that is used in legacy-unit-tests-saucelabs may not succeed to compile the compliance tests so this commit excludes those source files. PR Close #41866 --- packages/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tsconfig.json b/packages/tsconfig.json index 36e81fb949..ae0df22ad6 100644 --- a/packages/tsconfig.json +++ b/packages/tsconfig.json @@ -37,6 +37,7 @@ "bazel", "common/locales", "compiler-cli/integrationtest", + "compiler-cli/test/compliance", "core/schematics", "elements/schematics", // Do not build the example package because there are no legacy tests that need to be