From 60d24b24c5e5993bc93fd4646c76056ec0c15244 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. --- 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 0b0ac4a8e3d6..f1173c0be635 100644 --- a/packages/angular_devkit/build_angular/BUILD.bazel +++ b/packages/angular_devkit/build_angular/BUILD.bazel @@ -343,6 +343,7 @@ LARGE_SPECS = { "shards": 1, }, "server": { + "flaky": True, "extra_deps": [ "@npm//@angular/animations", ],