Skip to content

Commit

Permalink
[ci] Mark Edge as not usable remotely for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 1, 2023
1 parent 30a8731 commit d5b37a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/private/selenium_test.bzl
Expand Up @@ -26,7 +26,7 @@ BROWSERS = {
"deps": ["//java/src/org/openqa/selenium/edge"],
"jvm_flags": ["-Dselenium.browser=edge"] + edge_jvm_flags,
"data": edge_data,
"tags": COMMON_TAGS + ["edge"],
"tags": COMMON_TAGS + ["edge", "skip-remote"],
},
"firefox": {
"deps": ["//java/src/org/openqa/selenium/firefox"],
Expand All @@ -42,7 +42,7 @@ BROWSERS = {
"@selenium//conditions:default": ["-Dselenium.skiptest=true"],
}),
"data": [],
"tags": COMMON_TAGS + ["exclusive-if-local", "ie"],
"tags": COMMON_TAGS + ["exclusive-if-local", "ie", "skip-remote"],
},
"safari": {
"deps": ["//java/src/org/openqa/selenium/safari"],
Expand All @@ -52,7 +52,7 @@ BROWSERS = {
"@selenium//conditions:default": ["-Dselenium.skiptest=true"],
}),
"data": [],
"tags": COMMON_TAGS + ["exclusive-if-local", "safari"],
"tags": COMMON_TAGS + ["exclusive-if-local", "safari", "skip-remote"],
},
}

Expand Down

0 comments on commit d5b37a4

Please sign in to comment.