chore: re-enable failing netlog spec (#15484)
This commit is contained in:
parent
94f853c654
commit
29964079ae
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ describe('netLog module', () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
// FIXME(deepak1556): Ch69 follow up.
|
// 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') {
|
if (isCI && process.platform === 'linux') {
|
||||||
done()
|
done()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue