Browse Source

Enable takeHeapSnapshot spec

Kevin Sawicki 8 years ago
parent
commit
a35cce5f7a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      spec/chromium-spec.js

+ 2 - 1
spec/chromium-spec.js

@@ -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()
     })
   })