From e4a01128389c5507cff92b7a576dbec336b65d80 Mon Sep 17 00:00:00 2001 From: yqrashawn Date: Thu, 9 Apr 2020 19:17:24 +0800 Subject: [PATCH] Fix: remove killPortProcess option, no lsof on circle ci test container --- test/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helper.js b/test/helper.js index 9922a40d6e21..b745173c53ce 100644 --- a/test/helper.js +++ b/test/helper.js @@ -31,7 +31,7 @@ process.on('exit', () => { Enzyme.configure({ adapter: new Adapter() }) -const server = new CGanache({ genBlockInterval: 300, killPortProcess: true }) +const server = new CGanache({ genBlockInterval: 300 }) // eslint-disable-next-line mocha/no-hooks-for-single-case, mocha/no-top-level-hooks before(function (done) {