diff --git a/testing/mozbase/mozrunner/mozrunner/base/browser.py b/testing/mozbase/mozrunner/mozrunner/base/browser.py index ded9036182eb..32931158b720 100644 --- a/testing/mozbase/mozrunner/mozrunner/base/browser.py +++ b/testing/mozbase/mozrunner/mozrunner/base/browser.py @@ -59,9 +59,6 @@ class GeckoRuntimeRunner(BaseRunner): # Bug 775416 - Ensure that binary options are passed in first command[1:1] = self.cmdargs - - if hasattr(self.app_ctx, 'wrap_command'): - command = self.app_ctx.wrap_command(command) return command def start(self, *args, **kwargs):