From da7cfba3570d2c3a1174955e6ce0d6f9ca558fd1 Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Mon, 18 Jun 2018 16:22:30 +0200 Subject: [PATCH] Enable Desktop Capturer tests --- spec/api-desktop-capturer-spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/api-desktop-capturer-spec.js b/spec/api-desktop-capturer-spec.js index c351023ba59b..6bc0b230bb40 100644 --- a/spec/api-desktop-capturer-spec.js +++ b/spec/api-desktop-capturer-spec.js @@ -4,9 +4,7 @@ const features = process.atomBinding('features') const isCI = remote.getGlobal('isCi') -// FIXME(alexeykuzmin): [Ch66] Crashes the app. -// Fix the crash and enable the tests. -xdescribe('desktopCapturer', () => { +describe('desktopCapturer', () => { before(function () { if (!features.isDesktopCapturerEnabled()) { // It's been disabled during build time.