Skip to content

Commit 8f096e7

Browse files
committed
Minor tweaks to test setup for stress test
1 parent a09f9eb commit 8f096e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

java/server/test/org/openqa/selenium/grid/router/BUILD.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ java_selenium_test_suite(
3737
srcs = LARGE_TESTS,
3838
browsers = [
3939
"chrome",
40-
# "firefox",
40+
"firefox",
4141
],
4242
javacopts = [
4343
"--release",

java/server/test/org/openqa/selenium/grid/router/DeploymentTypes.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ public Deployment start(Capabilities capabilities, Config additionalConfig) {
178178
"publish = \"tcp://localhost:" + publish + "\"",
179179
"subscribe = \"tcp://localhost:" + subscribe + "\"",
180180
"bind = true"}))),
181-
setRandomPort())))
181+
setRandomPort(),
182+
sharedConfig)))
182183
.start();
183184
waitUntilReady(eventServer, Duration.ofSeconds(5));
184185

0 commit comments

Comments
 (0)