Browse Source

Enable Desktop Capturer tests

Aleksei Kuzmin 6 years ago
parent
commit
da7cfba357
1 changed files with 1 additions and 3 deletions
  1. 1 3
      spec/api-desktop-capturer-spec.js

+ 1 - 3
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.