diff --git a/features.gypi b/features.gypi index bff8b29fd48d..ab0c34e85458 100644 --- a/features.gypi +++ b/features.gypi @@ -2,7 +2,7 @@ # If it looks stupid but it works it ain't stupid. 'variables': { 'variables': { - 'enable_desktop_capturer%': 0, # FIXME(alexeykuzmin) + 'enable_desktop_capturer%': 1, 'enable_osr%': 0, # FIXME(alexeykuzmin) 'enable_pdf_viewer%': 0, # FIXME(deepak1556) 'enable_run_as_node%': 1, diff --git a/spec/api-desktop-capturer-spec.js b/spec/api-desktop-capturer-spec.js index 6bc0b230bb40..2d3b3234db87 100644 --- a/spec/api-desktop-capturer-spec.js +++ b/spec/api-desktop-capturer-spec.js @@ -4,7 +4,7 @@ const features = process.atomBinding('features') const isCI = remote.getGlobal('isCi') -describe('desktopCapturer', () => { +describe.only('desktopCapturer', () => { before(function () { if (!features.isDesktopCapturerEnabled()) { // It's been disabled during build time.