Skip to content

Commit 6512071

Browse files
committed
[rb] do not run bidi tests in parallel
1 parent 770796c commit 6512071

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

rb/spec/integration/selenium/webdriver/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

rb/spec/integration/selenium/webdriver/bidi/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)