Skip to content

Commit 25d50fb

Browse files
committed
[build] use se-manager tag for driver_finder tests instead of os-sensitive
1 parent c0aedde commit 25d50fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

rb/spec/integration/selenium/webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ _NO_GRID = ["driver_finder_spec.rb"]
6868
srcs = [f],
6969
browsers = DEFAULT_BROWSERS,
7070
no_grid = True,
71-
tags = ["os-sensitive"],
71+
tags = ["se-manager"],
7272
deps = [
7373
"//rb/lib/selenium/webdriver:common",
7474
],

rb/spec/tests.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ DEFAULT_BROWSERS = [b for b in BROWSERS.keys() if b not in ("ie", "safari-previe
171171
# Tags listed here apply only to the local target of the listed browsers.
172172
_BROWSER_TAG_FILTERS = {
173173
"os-sensitive": ["chrome-beta", "edge", "firefox-beta", "safari"],
174+
"se-manager": ["chrome-beta", "edge", "firefox-beta", "safari"],
174175
}
175176

176177
# Input tags that act as control signals (e.g. "bidi" requests a bidi variant). Stripped

0 commit comments

Comments
 (0)