Skip to content

Commit 60d24b2

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.
1 parent 0d8a100 commit 60d24b2

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
@@ -343,6 +343,7 @@ LARGE_SPECS = {
343343
"shards": 1,
344344
},
345345
"server": {
346+
"flaky": True,
346347
"extra_deps": [
347348
"@npm//@angular/animations",
348349
],

0 commit comments

Comments
 (0)