From 63debcc76372112760cce2baa42f2f5bb0807552 Mon Sep 17 00:00:00 2001 From: Andrew Kushnir Date: Wed, 14 Dec 2022 15:33:31 -0800 Subject: [PATCH] ci: mark //aio:e2e tests as flaky (#48498) AIO e2e tests became more flaky recently. More investigation is needed to identify why, but we mark the `//aio:e2e` as flaky for now to rerun those tests on CI if they fail. PR Close #48498 --- aio/BUILD.bazel | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aio/BUILD.bazel b/aio/BUILD.bazel index d67502afae7..f19293f22f4 100644 --- a/aio/BUILD.bazel +++ b/aio/BUILD.bazel @@ -319,6 +319,9 @@ architect_test( "CHROME_BIN": "../$(CHROMIUM)", "CHROMEDRIVER_BIN": "../$(CHROMEDRIVER)", }, + # TODO: investigate why those tests became more flaky + # (presumably after AIO migration to Bazel) + flaky = True, toolchains = [ "@aio_npm//@angular/build-tooling/bazel/browsers/chromium:toolchain_alias", ],