mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
eb52d9eabd
commit
63debcc763
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue