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.
  • Loading branch information
alan-agius4 committed Aug 21, 2024
1 parent 0d8a100 commit 60d24b2
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 @@ -343,6 +343,7 @@ LARGE_SPECS = {
"shards": 1,
},
"server": {
"flaky": True,
"extra_deps": [
"@npm//@angular/animations",
],
Expand Down

0 comments on commit 60d24b2

Please sign in to comment.