diff --git a/spec/api-app-spec.js b/spec/api-app-spec.js index c44753c52983..5165a57b04a3 100644 --- a/spec/api-app-spec.js +++ b/spec/api-app-spec.js @@ -796,8 +796,7 @@ describe('app module', () => { }) describe('getAppMetrics() API', () => { - // TODO(alexeykuzmin): [Ch66] Enable the test. - xit('returns memory and cpu stats of all running electron processes', () => { + it('returns memory and cpu stats of all running electron processes', () => { const appMetrics = app.getAppMetrics() expect(appMetrics).to.be.an('array').and.have.lengthOf.at.least(1, 'App memory info object is not > 0')