Skip to content

Commit 2266ffc

Browse files
committed
[java] Fix a typo
1 parent 18164af commit 2266ffc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/private/selenium_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def selenium_test(name, test_class, size = "medium", browsers = BROWSERS.keys(),
113113
"-Dselenium.browser.remote.path=$(location @selenium//java/src/org/openqa/selenium/grid:selenium_server_deploy.jar)",
114114
],
115115
# No need to lint remote tests as the code for non-remote is the same and they get linted
116-
tags = BROWSERS[browser]["tags"] + tags + ["remote1", "no-lint"],
116+
tags = BROWSERS[browser]["tags"] + tags + ["remote", "no-lint"],
117117
data = BROWSERS[browser]["data"] + data + [
118118
"@selenium//java/src/org/openqa/selenium/grid:selenium_server_deploy.jar",
119119
],

0 commit comments

Comments
 (0)