ci: do not run firefox components repo tests (#46624)

It seems like the tag for Firefox web tests has changed, and we need to adjust our filter.
PR Close #46624
This commit is contained in:
Paul Gschwendtner
2022-06-29 21:07:07 +02:00
committed by Andrew Scott
parent 36f46c6a9d
commit 7562421353
@@ -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/...