diff --git a/scripts/ci/run_angular_components_unit_tests.sh b/scripts/ci/run_angular_components_unit_tests.sh index c57047820a6..8dd33a657fa 100755 --- a/scripts/ci/run_angular_components_unit_tests.sh +++ b/scripts/ci/run_angular_components_unit_tests.sh @@ -15,7 +15,7 @@ cd ${COMPONENTS_REPO_TMP_DIR} # Now actually run the tests. bazel test \ - --build_tag_filters=-docs-package,-e2e,-browser:firefox-local \ - --test_tag_filters=-e2e,-browser:firefox-local \ + --build_tag_filters=-docs-package,-e2e,-browser:firefox \ + --test_tag_filters=-e2e,-browser:firefox \ --build_tests_only \ -- src/...