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

commit 8a7e67cd12eeef102f21416b7639b80e51f75a37
Author: Jan Piotrowski <[email protected]>
AuthorDate: Tue Oct 2 21:02:37 2018 +0200

    skip permission buster (`bustAlert`) for inappbrowser plugin as well
---
 lib/paramedic.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/paramedic.js b/lib/paramedic.js
index 1c4d642..70dce03 100644
--- a/lib/paramedic.js
+++ b/lib/paramedic.js
@@ -988,7 +988,7 @@ ParamedicRunner.prototype.runSauceTests = function () {
         // skip permission buster for splashscreen plugin
         // 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) {
+            if (plugins[i].indexOf('cordova-plugin-splashscreen') >= 0 || 
plugins[i].indexOf('cordova-plugin-inappbrowser') >= 0) {
                 skipBuster = true;
             }
         }


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

Reply via email to