Skip to content

Commit

Permalink
[java] do not run grid stress tests with selenium manager on remote b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
titusfortner committed Oct 7, 2023
1 parent 04f5c9f commit aa7e2f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions java/test/org/openqa/selenium/grid/router/StressTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ public void setupServers() {
DeploymentTypes.DISTRIBUTED.start(
browser.getCapabilities(),
new TomlConfig(
new StringReader(
"[node]\n"
+ "selenium-manager = true\n"
+ "driver-implementation = "
+ browser.displayName())));
new StringReader("[node]\n" + "driver-implementation = " + browser.displayName())));
tearDowns.add(deployment);

server = deployment.getServer();
Expand Down

0 comments on commit aa7e2f9

Please sign in to comment.