Skip to content

Commit 2b9ae00

Browse files
committed
build: mark karma and dev-server tests are flaky
These tests have become flaky. (cherry picked from commit 12acab8)
1 parent 21549bd commit 2b9ae00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ LARGE_SPECS = {
312312
"dev-server": {
313313
"shards": 10,
314314
"size": "large",
315+
"flaky": True,
315316
"extra_deps": [
316317
"@npm//@types/http-proxy",
317318
"@npm//http-proxy",
@@ -323,6 +324,7 @@ LARGE_SPECS = {
323324
"karma": {
324325
"shards": 3,
325326
"size": "large",
327+
"flaky": True,
326328
"extra_deps": [
327329
"@npm//karma",
328330
"@npm//karma-chrome-launcher",

0 commit comments

Comments
 (0)