diff --git a/test/esm/integration/pool-cluster/test-promise-wrapper.test.mjs b/test/esm/integration/pool-cluster/test-promise-wrapper.test.mjs index 163f11bf7c..9cbbcca41b 100644 --- a/test/esm/integration/pool-cluster/test-promise-wrapper.test.mjs +++ b/test/esm/integration/pool-cluster/test-promise-wrapper.test.mjs @@ -107,7 +107,5 @@ const { createPoolCluster } = require('../../../../promise.js'); [1], ); assert.equal(result2[0]['a'], 1, 'should execute successfully'); - - poolCluster.end(); }); })();