Skip to content

Commit b2d1477

Browse files
committed
build: mark server tests as flaky
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)
1 parent 15f3d5a commit b2d1477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ LARGE_SPECS = {
342342
"shards": 1,
343343
},
344344
"server": {
345+
"flaky": True,
345346
"extra_deps": [
346347
"@npm//@angular/animations",
347348
],

0 commit comments

Comments
 (0)