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

janpio pushed a commit to branch janpio-fix_inappbrowser
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git


The following commit(s) were added to refs/heads/janpio-fix_inappbrowser by 
this push:
     new ff6b2fa  no message
ff6b2fa is described below

commit ff6b2fa00b2e5b11907f2e7d0296f7b35feb4a04
Author: Jan Piotrowski <[email protected]>
AuthorDate: Tue Oct 2 21:03:48 2018 +0200

    no message
---
 lib/paramedic.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/paramedic.js b/lib/paramedic.js
index 70dce03..a386bb7 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -984,17 +984,20 @@ ParamedicRunner.prototype.runSauceTests = function () {
 
         var platform = self.config.getPlatformId();
         var plugins = self.config.getPlugins();
+
         var skipBuster = false;
-        // skip permission buster for splashscreen plugin
+        // skip permission buster for splashscreen and inappbrowser plugins
         // it hangs the test run on Android 7 for some reason
         for (var i = 0; i < plugins.length; i++) {
             if (plugins[i].indexOf('cordova-plugin-splashscreen') >= 0 || 
plugins[i].indexOf('cordova-plugin-inappbrowser') >= 0) {
                 skipBuster = true;
             }
         }
+        // always skip buster for browser platform
         if (platform === util.BROWSER) {
             skipBuster = true;
         }
+
         if (!self.config.getUseTunnel()) {
             var polling = false;
             pollForResults = setInterval(function () {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to