test: mark ngtsc test target as flaky (#50718)

A larger investigation on why this is flaky is needed. Currently the
test is flaky with around 77% sucess rate and negatively impacts team
productivity. Subjectively, as reported by team members this it's much
more flaky than a success rate of 77%.

PR Close #50718
This commit is contained in:
Paul Gschwendtner 2023-06-14 15:28:45 +00:00 committed by Pawel Kozlowski
parent 55f3e41872
commit cec5cd6eb5

View file

@ -32,6 +32,9 @@ jasmine_node_test(
"//packages/compiler-cli/src/ngtsc/testing/fake_common:npm_package",
"//packages/compiler-cli/src/ngtsc/testing/fake_core:npm_package",
],
# TODO: This target is flaky on Windows due to the global FS sometimes not being set/reset.
# See: https://app.circleci.com/pipelines/github/angular/angular/62261/workflows/6a4e952c-3d0b-44ab-b3db-c0a639af6bdc/jobs/1348755.
flaky = True,
shard_count = 4,
deps = [
":ngtsc_lib",