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
This commit is contained in:
Andrew Kushnir 2022-12-14 15:33:31 -08:00 committed by Paul Gschwendtner
parent eb52d9eabd
commit 63debcc763

View file

@ -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",
],