You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2019/06/18 21:38:23 UTC

[cordova-lib] branch master updated: Quick workaround for e2e failure on AppVeyor CI (#786)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new dfbab74  Quick workaround for e2e failure on AppVeyor CI (#786)
dfbab74 is described below

commit dfbab745d918de1cb24b2b0fe6bd1652ac2b227b
Author: Chris Brody <ch...@brody.consulting>
AuthorDate: Tue Jun 18 17:38:17 2019 -0400

    Quick workaround for e2e failure on AppVeyor CI (#786)
---
 integration-tests/pkgJson.spec.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/integration-tests/pkgJson.spec.js b/integration-tests/pkgJson.spec.js
index 1b629db..ff167f6 100644
--- a/integration-tests/pkgJson.spec.js
+++ b/integration-tests/pkgJson.spec.js
@@ -255,6 +255,11 @@ describe('pkgJson', function () {
 
         // Test#025: has a pkg.json. Checks if local path is added to pkg.json for platform and plugin add.
         it('Test#025 : if you add a platform/plugin with local path, pkg.json gets updated', function () {
+            // TEMPORARY WORKAROUND due to failure on AppVeyor CI on Node.js 10
+            // as reported in:
+            // https://github.com/apache/cordova-lib/issues/787
+            if (process.platform === 'win32') pending('skip on Windows host');
+
             const PLATFORM = 'browser';
             const PLUGIN = 'cordova-lib-test-plugin';
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org