From 318232da9d2ca25380dad22aaf0863ca6170e7aa Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Thu, 3 Aug 2017 09:16:04 -0400 Subject: [PATCH] Try disabling longjohn completely, as it may affect test performance. --- tools/tool-testing/selftest.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/tool-testing/selftest.js b/tools/tool-testing/selftest.js index fb8c4c69c7..c3809bd426 100644 --- a/tools/tool-testing/selftest.js +++ b/tools/tool-testing/selftest.js @@ -49,9 +49,6 @@ function checkTestOnlyDependency(name) { var phantomjs = checkTestOnlyDependency("phantomjs-prebuilt"); var webdriver = checkTestOnlyDependency('browserstack-webdriver'); -// To allow long stack traces that cross async boundaries -require('longjohn'); - // Exception representing a test failure var TestFailure = function (reason, details) { var self = this;