From 29964079aeb40c6c84d329da7f3109be07f65d9a Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 30 Oct 2018 15:45:05 -0700 Subject: [PATCH] chore: re-enable failing netlog spec (#15484) --- spec/api-net-log-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/api-net-log-spec.js b/spec/api-net-log-spec.js index 1c6243a9ae..033aecb7a5 100644 --- a/spec/api-net-log-spec.js +++ b/spec/api-net-log-spec.js @@ -115,7 +115,7 @@ describe('netLog module', () => { }) // FIXME(deepak1556): Ch69 follow up. - xit('should begin and end logging automtically when --log-net-log is passed, and behave correctly when .startLogging() and .stopLogging() is called', done => { + it('should begin and end logging automtically when --log-net-log is passed, and behave correctly when .startLogging() and .stopLogging() is called', done => { if (isCI && process.platform === 'linux') { done() return