Skip to content

Commit

Permalink
[ci] do not test atoms with beta and dev firefox
Browse files Browse the repository at this point in the history
current failures may be related to mozilla/geckodriver#2139
  • Loading branch information
titusfortner committed Oct 30, 2023
1 parent f51583b commit 889d489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
browser: firefox
cache-key: atoms
run: >
bazel test --test_tag_filters=firefox
bazel test --test_tag_filters=firefox,-firefox-beta,-firefox-dev
//javascript/atoms/...
//javascript/selenium-atoms/...
//javascript/webdriver/...
Expand Down

0 comments on commit 889d489

Please sign in to comment.