build: remove CI_CHROMEDIRVER_VERSION_ARG from integration/bazel-schematics (#33927)
This means we don't need the action_env. Borrowed from @gkalpak's changes in https://github.com/angular/angular/pull/35381. PR Close #33927
This commit is contained in:

committed by
Miško Hevery

parent
6375454fe6
commit
561d402c65
@ -187,11 +187,6 @@ angular_integration_test(
|
||||
|
||||
angular_integration_test(
|
||||
name = "bazel-schematics_test",
|
||||
# integration/bazel-schematics uses $CI_CHROMEDRIVER_VERSION_ARG in its postinstall webdriver-manager update
|
||||
# TODO(gregmagolan): remove that dependency have that test use puppeteer as well
|
||||
configuration_env_vars = [
|
||||
"CI_CHROMEDRIVER_VERSION_ARG",
|
||||
],
|
||||
tags = [
|
||||
"exclusive",
|
||||
"manual",
|
||||
|
Reference in New Issue
Block a user