We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a8731 commit d5b37a4Copy full SHA for d5b37a4
java/private/selenium_test.bzl
@@ -26,7 +26,7 @@ BROWSERS = {
26
"deps": ["//java/src/org/openqa/selenium/edge"],
27
"jvm_flags": ["-Dselenium.browser=edge"] + edge_jvm_flags,
28
"data": edge_data,
29
- "tags": COMMON_TAGS + ["edge"],
+ "tags": COMMON_TAGS + ["edge", "skip-remote"],
30
},
31
"firefox": {
32
"deps": ["//java/src/org/openqa/selenium/firefox"],
@@ -42,7 +42,7 @@ BROWSERS = {
42
"@selenium//conditions:default": ["-Dselenium.skiptest=true"],
43
}),
44
"data": [],
45
- "tags": COMMON_TAGS + ["exclusive-if-local", "ie"],
+ "tags": COMMON_TAGS + ["exclusive-if-local", "ie", "skip-remote"],
46
47
"safari": {
48
"deps": ["//java/src/org/openqa/selenium/safari"],
@@ -52,7 +52,7 @@ BROWSERS = {
52
53
54
55
- "tags": COMMON_TAGS + ["exclusive-if-local", "safari"],
+ "tags": COMMON_TAGS + ["exclusive-if-local", "safari", "skip-remote"],
56
57
}
58
0 commit comments