Skip to content

Commit 3c1a1ff

Browse files
Attempt to make selenium-standalone run on AppVeyor
1 parent cd24090 commit 3c1a1ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ test_script:
3434
- dotnet restore
3535
- npm install -g selenium-standalone
3636
- selenium-standalone install
37-
# The nosys flag is needed for selenium to work on Appveyor
38-
- ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
37+
- ps: Start-Process selenium-standalone 'start'
3938
- ps: Push-Location
4039
- cd test
4140
- npm install

0 commit comments

Comments
 (0)