Skip to content

Commit

Permalink
chore: re-enable failing netlog spec (#15484)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere authored and ckerr committed Oct 30, 2018
1 parent 94f853c commit 2996407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/api-net-log-spec.js
Expand Up @@ -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
Expand Down

0 comments on commit 2996407

Please sign in to comment.