Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit a046bd2

Browse files
Temporarily disable tests on AppVeyor until config can be updated to match new chromedriver version requirement
1 parent 1a49a27 commit a046bd2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

appveyor.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ artifacts:
2828
# - build.cmd verify
2929
clone_depth: 1
3030
test_script:
31-
- dotnet restore ./src
32-
- npm install -g selenium-standalone
33-
- selenium-standalone install
31+
# - dotnet restore ./src
32+
# - npm install -g selenium-standalone
33+
# - selenium-standalone install
3434
# The nosys flag is needed for selenium to work on Appveyor
35-
- ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
36-
- ps: Push-Location
37-
- cd test
38-
- npm install
39-
- npm test
35+
# - ps: Start-Process selenium-standalone 'start','--','-Djna.nosys=true'
36+
# - ps: Push-Location
37+
# - cd test
38+
# - npm install
39+
# - npm test
4040
on_finish :
41-
- ps: Pop-Location
41+
# - ps: Pop-Location
4242
# After running tests, upload results to Appveyor
43-
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
43+
# - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test\tmp\junit\*.xml))
4444
deploy: off

0 commit comments

Comments
 (0)