mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
Enable Desktop Capturer tests
This commit is contained in:
committed by
Samuel Attard
parent
10c5141da0
commit
da7cfba357
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user