diff --git a/test/test.js b/test/test.js index cc388a58c..726e1a0b2 100644 --- a/test/test.js +++ b/test/test.js @@ -542,6 +542,9 @@ // Add other realm values from the `vm` module. _.attempt(function() { + if (process.jsEngine == 'chakra') { + return; + } _.extend(_, require('vm').runInNewContext([ '(function() {', ' var object = {',