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 82dca64 commit 5ec31b3Copy full SHA for 5ec31b3
appveyor.yml
@@ -29,7 +29,7 @@ test_script:
29
- dotnet restore
30
- npm install -g selenium-standalone
31
- selenium-standalone install
32
- - ps: Start-Process selenium-standalone 'start'
+ - ps: Start-Process selenium-standalone 'start','-Djna.nosys=true'
33
- ps: Push-Location
34
- cd test
35
- npm install
0 commit comments