Skip to content

Commit

Permalink
[rb] do not run bidi tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 2, 2023
1 parent 770796c commit 6512071
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rb/spec/integration/selenium/webdriver/BUILD.bazel
Expand Up @@ -54,7 +54,7 @@ rb_test(
args = ["rb/spec/"],
env = ENV,
main = "@bundle//:bin/rspec",
tags = TAGS,
tags = TAGS + ["exclusive-if-local"],
deps = [
":spec_helper",
"//rb/lib/selenium/devtools",
Expand All @@ -69,7 +69,7 @@ rb_test(
args = ["rb/spec/"],
env = ENV,
main = "@bundle//:bin/rspec",
tags = TAGS,
tags = TAGS + ["exclusive-if-local"],
deps = [
":spec_helper",
"//rb/lib/selenium/devtools",
Expand Down
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/bidi/BUILD.bazel
Expand Up @@ -11,7 +11,7 @@ package(default_visibility = ["//rb:__subpackages__"])
args = ["rb/spec/"],
env = ENV,
main = "@bundle//:bin/rspec",
tags = TAGS,
tags = TAGS + ["exclusive-if-local"],
deps = [
"//rb/lib/selenium/devtools",
"//rb/lib/selenium/webdriver:bidi",
Expand Down

0 comments on commit 6512071

Please sign in to comment.