mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Pawel Kozlowski
parent
55f3e41872
commit
cec5cd6eb5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user