From f9de29ed8ccd56a29e5e8d6894b7a2dd7b2a942a Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Tue, 13 Mar 2018 14:28:06 +0900 Subject: [PATCH] Enable node crypto spec --- spec/node-spec.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spec/node-spec.js b/spec/node-spec.js index 56aa5f5d9590..f053aa4dbadb 100644 --- a/spec/node-spec.js +++ b/spec/node-spec.js @@ -321,9 +321,7 @@ describe('node feature', () => { assert.equal(buffer.length, 4096) }) - // TODO(deepak1556): Disabled during Ch63 upgrade. - // Fix it and enable back. - xit('does not crash for crypto operations', () => { + it('does not crash for crypto operations', () => { const crypto = require('crypto') const data = 'lG9E+/g4JmRmedDAnihtBD4Dfaha/GFOjd+xUOQI05UtfVX3DjUXvrS98p7kZQwY3LNhdiFo7MY5rGft8yBuDhKuNNag9vRx/44IuClDhdQ=' const key = 'q90K9yBqhWZnAMCMTOJfPQ=='