You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/09/06 07:58:21 UTC

cordova-lib git commit: CB-11811 - disable CocoaPods e2e test temporarily since it is platform specific and requires cocoapods to be installed.

Repository: cordova-lib
Updated Branches:
  refs/heads/master c4ee230dd -> 0b574798f


CB-11811 - disable CocoaPods e2e test temporarily since it is platform specific and requires cocoapods to be installed.


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/0b574798
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/0b574798
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/0b574798

Branch: refs/heads/master
Commit: 0b574798f1762d70c3c010c3b61b58b381788b45
Parents: c4ee230
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Sep 6 00:58:16 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Sep 6 00:58:16 2016 -0700

----------------------------------------------------------------------
 cordova-lib/spec-cordova/.jshintrc        | 1 +
 cordova-lib/spec-cordova/platform.spec.js | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b574798/cordova-lib/spec-cordova/.jshintrc
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-cordova/.jshintrc b/cordova-lib/spec-cordova/.jshintrc
index 17eae32..381f147 100644
--- a/cordova-lib/spec-cordova/.jshintrc
+++ b/cordova-lib/spec-cordova/.jshintrc
@@ -8,4 +8,5 @@
   , "unused": "vars"
   , "latedef": "nofunc"
   , "jasmine": true
+  , "predef" : [ "xdescribe"]
 }

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/0b574798/cordova-lib/spec-cordova/platform.spec.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-cordova/platform.spec.js b/cordova-lib/spec-cordova/platform.spec.js
index 6ededf0..feaf813 100644
--- a/cordova-lib/spec-cordova/platform.spec.js
+++ b/cordova-lib/spec-cordova/platform.spec.js
@@ -357,7 +357,7 @@ describe('plugin add and rm end-to-end --fetch', function () {
     }, 60000);
 });
 
-describe('cocoapod plugin add and rm end-to-end', function () {
+xdescribe('cocoapod plugin add and rm end-to-end', function () {
 
     var tmpDir = helpers.tmpDir('cocoapod_plugin_test');
     var project = path.join(tmpDir, 'hello4');


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