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(
54
54
args = ["rb/spec/" ],
55
55
env = ENV ,
56
56
main = "@bundle//:bin/rspec" ,
57
- tags = TAGS ,
57
+ tags = TAGS + [ "exclusive-if-local" ] ,
58
58
deps = [
59
59
":spec_helper" ,
60
60
"//rb/lib/selenium/devtools" ,
@@ -69,7 +69,7 @@ rb_test(
69
69
args = ["rb/spec/" ],
70
70
env = ENV ,
71
71
main = "@bundle//:bin/rspec" ,
72
- tags = TAGS ,
72
+ tags = TAGS + [ "exclusive-if-local" ] ,
73
73
deps = [
74
74
":spec_helper" ,
75
75
"//rb/lib/selenium/devtools" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ package(default_visibility = ["//rb:__subpackages__"])
11
11
args = ["rb/spec/" ],
12
12
env = ENV ,
13
13
main = "@bundle//:bin/rspec" ,
14
- tags = TAGS ,
14
+ tags = TAGS + [ "exclusive-if-local" ] ,
15
15
deps = [
16
16
"//rb/lib/selenium/devtools" ,
17
17
"//rb/lib/selenium/webdriver:bidi" ,
You can’t perform that action at this time.
0 commit comments