Browse Source

build: temporarily disable WOA testing (#28916)

John Kleinschmidt 4 years ago
parent
commit
5a9a298a74
1 changed files with 3 additions and 1 deletions
  1. 3 1
      appveyor.yml

+ 3 - 1
appveyor.yml

@@ -229,5 +229,7 @@ deploy_script:
           & python script\release\uploaders\upload.py --verbose
         }
       } elseif (Test-Path Env:\TEST_WOA) {
-        node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH
+        # temporarily disabled due to issues from chromium roll
+        # node script/release/ci-release-build.js --job=electron-woa-testing --ci=VSTS --armTest --appveyorJobId=$env:APPVEYOR_JOB_ID $env:APPVEYOR_REPO_BRANCH
+        echo "Skipping WOA testing for now"
       }