Enable takeHeapSnapshot spec
This commit is contained in:
parent
469ab8b509
commit
a35cce5f7a
1 changed files with 2 additions and 1 deletions
|
@ -21,8 +21,9 @@ describe('chromium feature', function () {
|
|||
listener = null
|
||||
})
|
||||
|
||||
xdescribe('heap snapshot', function () {
|
||||
describe('heap snapshot', function () {
|
||||
it('does not crash', function () {
|
||||
if (process.env.TRAVIS === 'true') return
|
||||
process.atomBinding('v8_util').takeHeapSnapshot()
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue