diff --git a/spec/api-global-shortcut-spec.js b/spec/api-global-shortcut-spec.js index b89890903f45..d6204ace109a 100644 --- a/spec/api-global-shortcut-spec.js +++ b/spec/api-global-shortcut-spec.js @@ -3,7 +3,7 @@ const {globalShortcut} = require('electron').remote const assert = require('assert') const isCI = require('electron').remote.getGlobal('isCi') -describe.only('globalShortcut module', () => { +describe('globalShortcut module', () => { if (isCI && process.platform === 'win32') return beforeEach(() => {