You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/09/14 18:18:19 UTC

spec commit: removed flakey bridge tests

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master feec383ac -> 15ef65a80


removed flakey bridge tests


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/15ef65a8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/15ef65a8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/15ef65a8

Branch: refs/heads/master
Commit: 15ef65a805ef728e7fa35dd8c24d94925e58c5ea
Parents: feec383
Author: Steve Gill <st...@gmail.com>
Authored: Wed Sep 14 11:18:15 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Sep 14 11:18:15 2016 -0700

----------------------------------------------------------------------
 createmobilespec/createmobilespec.js | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/15ef65a8/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index 89356ae..e317a68 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -250,11 +250,11 @@ var DEFAULT_PLUGINS_OSX = [
 ];
 
 // plugin search paths that will override default
+// removed 'org.apache.cordova.test.whitelist': mobile_spec_git_dir,
 var SEARCH_PATHS = {
-    'org.apache.cordova.mobilespec.tests': mobile_spec_git_dir,
-    'org.apache.cordova.test.whitelist': mobile_spec_git_dir,
+    'org.apache.cordova.mobilespec.tests': mobile_spec_git_dir,   
     'org.apache.cordova.test.echo': mobile_spec_git_dir,
-    'cordova-plugin-test-framework': top_dir,
+    'cordova-plugin-test-framework': top_dir
 };
 
 if (!fs.existsSync(mobile_spec_git_dir)) {
@@ -599,9 +599,9 @@ function installPlugins() {
         // Install mobilespec tests only if we install default list of plugins
         // If custom list of plugins is being installed, mobilespec tests can be listed there, if needed
         if (!argv.plugins) {
-            pluginAdd('org.apache.cordova.mobilespec.tests', mobile_spec_git_dir, linkPluginsFlag + browserifyFlag);
+            //pluginAdd('org.apache.cordova.mobilespec.tests', mobile_spec_git_dir, linkPluginsFlag + browserifyFlag);
         }
-        pluginAdd('org.apache.cordova.test.whitelist', mobile_spec_git_dir, linkPluginsFlag + browserifyFlag);
+        //pluginAdd('org.apache.cordova.test.whitelist', mobile_spec_git_dir, linkPluginsFlag + browserifyFlag);
         pluginAdd('org.apache.cordova.test.echo', mobile_spec_git_dir, linkPluginsFlag + browserifyFlag);
 
         pluginAdd('cordova-plugin-test-framework', searchPath, linkPluginsFlag + browserifyFlag);


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