Skip to content

Commit

Permalink
fixup! [rb] Generate per-browser test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Mar 13, 2024
1 parent 6882d48 commit 81239c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/tests.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def rb_integration_test(name, srcs, deps = [], data = [], browsers = BROWSERS.ke
env = BROWSERS[browser]["env"] | {"WD_SPEC_DRIVER": "remote"},
main = "@bundle//bin:rspec",
tags = COMMON_TAGS + BROWSERS[browser]["tags"] + tags + [
"{}-remote" % browser,
"{}-remote".format(browser),
"skip-remote", # Do we want to run remote tests in RBE?
],
deps = ["//rb/spec/integration/selenium/webdriver:spec_helper"] + BROWSERS[browser]["deps"] + deps,
Expand Down

0 comments on commit 81239c9

Please sign in to comment.