From b2d14777990f0c2b5e13d4187d3b2350e96113cd Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 21 Aug 2024 13:05:55 +0000 Subject: [PATCH] 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 60d24b24c5e5993bc93fd4646c76056ec0c15244) --- packages/angular_devkit/build_angular/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/angular_devkit/build_angular/BUILD.bazel b/packages/angular_devkit/build_angular/BUILD.bazel index 4d2e1f7b294b..db87b696e12b 100644 --- a/packages/angular_devkit/build_angular/BUILD.bazel +++ b/packages/angular_devkit/build_angular/BUILD.bazel @@ -342,6 +342,7 @@ LARGE_SPECS = { "shards": 1, }, "server": { + "flaky": True, "extra_deps": [ "@npm//@angular/animations", ],