Skip to content

Commit

Permalink
build: mark server tests as flaky
Browse files Browse the repository at this point in the history
These server tests frequently fail due to timeouts. Despite efforts, the root cause has not yet been identified, so they are being marked as flaky to prevent blocking the pipeline while further investigation continues.

(cherry picked from commit 60d24b2)
  • Loading branch information
alan-agius4 committed Aug 21, 2024
1 parent 15f3d5a commit b2d1477
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ LARGE_SPECS = {
"shards": 1,
},
"server": {
"flaky": True,
"extra_deps": [
"@npm//@angular/animations",
],
Expand Down

0 comments on commit b2d1477

Please sign in to comment.