File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
rb/spec/integration/selenium/webdriver Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ rb_test(
5454 args = ["rb/spec/" ],
5555 env = ENV ,
5656 main = "@bundle//:bin/rspec" ,
57- tags = TAGS ,
57+ tags = TAGS + [ "exclusive-if-local" ] ,
5858 deps = [
5959 ":spec_helper" ,
6060 "//rb/lib/selenium/devtools" ,
@@ -69,7 +69,7 @@ rb_test(
6969 args = ["rb/spec/" ],
7070 env = ENV ,
7171 main = "@bundle//:bin/rspec" ,
72- tags = TAGS ,
72+ tags = TAGS + [ "exclusive-if-local" ] ,
7373 deps = [
7474 ":spec_helper" ,
7575 "//rb/lib/selenium/devtools" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package(default_visibility = ["//rb:__subpackages__"])
1111 args = ["rb/spec/" ],
1212 env = ENV ,
1313 main = "@bundle//:bin/rspec" ,
14- tags = TAGS ,
14+ tags = TAGS + [ "exclusive-if-local" ] ,
1515 deps = [
1616 "//rb/lib/selenium/devtools" ,
1717 "//rb/lib/selenium/webdriver:bidi" ,
You can’t perform that action at this time.
0 commit comments