From 10e0d9b198eee1a6db84f0ef650d4d789c195063 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 18 Jun 2018 14:00:17 +1000 Subject: [PATCH] Enable process resource test --- spec/api-app-spec.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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')