This is an automated email from the ASF dual-hosted git repository. brodybits pushed a commit to branch brodybits-uwp-only-wip0030 in repository https://gitbox.apache.org/repos/asf/cordova-windows.git
commit e9799b71691d94ddfb0cd58d0b74abe6e719b4cd Author: Christopher J. Brody <[email protected]> AuthorDate: Sun Dec 22 13:33:02 2019 -0500 xdescribe Windows 8.1 end-to-end tests --- spec/e2e/endtoend.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/e2e/endtoend.spec.js b/spec/e2e/endtoend.spec.js index b33e013..3211833 100644 --- a/spec/e2e/endtoend.spec.js +++ b/spec/e2e/endtoend.spec.js @@ -160,7 +160,7 @@ describe('Cordova create and build', function () { }); - describe('Windows 8.1', function () { + xdescribe('Windows 8.1', function () { beforeEach(function () { if (process.env.APPVEYOR_BUILD_WORKER_IMAGE === 'Visual Studio 2017' && process.env.MSBUILDDIR !== 'C:\\Program Files (x86)\\MSBuild\\14.0\\bin\\') { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
