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

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 #40795
This commit is contained in:
Joey Perrott 2021-02-10 16:15:08 -08:00
parent 7ca244a38b
commit 2d7bc1d301
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ 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/**').exclude('packages/language-service/**'), [
'packages/**/testing/**',
'aio/content/guide/testing.md',
'aio/content/guide/test-debugging.md',