Skip to content

Commit 0e9d54b

Browse files
committedFeb 5, 2024
skip failing test due to Node.js changes
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent e71cb4c commit 0e9d54b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎test/balanced-pool.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
const { test } = require('tap')
44
const { BalancedPool, Pool, Client, errors } = require('..')
5-
const { nodeMajor } = require('../lib/core/util')
65
const { createServer } = require('http')
76
const { promisify } = require('util')
87

@@ -437,7 +436,7 @@ const cases = [
437436
expectedRatios: [0.34, 0.34, 0.32],
438437

439438
// Skip because the behavior of Node.js has changed
440-
skip: nodeMajor >= 19
439+
skip: true
441440
},
442441

443442
// 8

0 commit comments

Comments
 (0)
Please sign in to comment.