Skip to content

Commit

Permalink
build: mark karma and dev-server tests are flaky
Browse files Browse the repository at this point in the history
These tests have become flaky.
  • Loading branch information
alan-agius4 committed Nov 9, 2023
1 parent 8915ca9 commit 27c649c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/angular_devkit/build_angular/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ LARGE_SPECS = {
"dev-server": {
"shards": 10,
"size": "large",
"flaky": True,
"extra_deps": [
"@npm//@types/http-proxy",
"@npm//http-proxy",
Expand All @@ -323,6 +324,7 @@ LARGE_SPECS = {
"karma": {
"shards": 3,
"size": "large",
"flaky": True,
"extra_deps": [
"@npm//karma",
"@npm//karma-chrome-launcher",
Expand Down

0 comments on commit 27c649c

Please sign in to comment.