From c682ccd9d07af6e32a8023ef84c794dd6f97bf2f Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Sun, 8 May 2016 15:15:16 +0900 Subject: [PATCH] Suppress the window.open tests on travis CI's mac machine --- spec/chromium-spec.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index 577f020128..cd046ab29a 100644 --- a/spec/chromium-spec.js +++ b/spec/chromium-spec.js @@ -155,6 +155,10 @@ describe('chromium feature', function () { }) describe('window.open', function () { + if (process.env.TRAVIS === 'true' && process.platform === 'darwin') { + return + } + this.timeout(20000) it('returns a BrowserWindowProxy object', function () {