Enable Desktop Capturer tests
This commit is contained in:
parent
10c5141da0
commit
da7cfba357
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@ const features = process.atomBinding('features')
|
||||||
|
|
||||||
const isCI = remote.getGlobal('isCi')
|
const isCI = remote.getGlobal('isCi')
|
||||||
|
|
||||||
// FIXME(alexeykuzmin): [Ch66] Crashes the app.
|
describe('desktopCapturer', () => {
|
||||||
// Fix the crash and enable the tests.
|
|
||||||
xdescribe('desktopCapturer', () => {
|
|
||||||
before(function () {
|
before(function () {
|
||||||
if (!features.isDesktopCapturerEnabled()) {
|
if (!features.isDesktopCapturerEnabled()) {
|
||||||
// It's been disabled during build time.
|
// It's been disabled during build time.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue