Skip to content

Commit 59721b2

Browse files
committed
Removing unused Java system property when running .NET tests
1 parent 2d30ef0 commit 59721b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dotnet/test/common/Environment/TestWebServer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ public void Start()
4848
}
4949

5050
List<string> javaSystemProperties = new List<string>();
51-
javaSystemProperties.Add("org.openqa.selenium.environment.webserver.ignoreMissingJsRoots=true");
5251

5352
StringBuilder processArgsBuilder = new StringBuilder();
5453
foreach (string systemProperty in javaSystemProperties)

0 commit comments

Comments
 (0)