build: temporarily disable WOA testing (#28916)

This commit is contained in:
John Kleinschmidt 2021-04-28 17:16:27 -04:00 committed by GitHub
parent 0b42316803
commit 5a9a298a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}