ci: Remove language-service from testing group (#40787)

Much like the compiler-cli, the language-service package has internal testing
tools that are not intended for external use and do not need fw-testing review.
See #40679.

PR Close #40787
This commit is contained in:
Andrew Scott 2021-02-10 12:39:31 -08:00 committed by Joey Perrott
parent 9b4263bf70
commit 06671e85f9
1 changed files with 4 additions and 1 deletions

View File

@ -682,7 +682,10 @@ groups:
- *can-be-global-approved
- *can-be-global-docs-approved
- >
contains_any_globs(files.exclude('packages/compiler-cli/**'), [
contains_any_globs(
files.exclude('packages/compiler-cli/**'),
files.exclude('packages/language-service/**'),
[
'packages/**/testing/**',
'aio/content/guide/testing.md',
'aio/content/guide/test-debugging.md',