We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d30ef0 commit 59721b2Copy full SHA for 59721b2
dotnet/test/common/Environment/TestWebServer.cs
@@ -48,7 +48,6 @@ public void Start()
48
}
49
50
List<string> javaSystemProperties = new List<string>();
51
- javaSystemProperties.Add("org.openqa.selenium.environment.webserver.ignoreMissingJsRoots=true");
52
53
StringBuilder processArgsBuilder = new StringBuilder();
54
foreach (string systemProperty in javaSystemProperties)
0 commit comments