Skip to content

Commit

Permalink
skip failing test due to Node.js changes
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Feb 5, 2024
1 parent e71cb4c commit 0e9d54b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/balanced-pool.js
Expand Up @@ -2,7 +2,6 @@

const { test } = require('tap')
const { BalancedPool, Pool, Client, errors } = require('..')
const { nodeMajor } = require('../lib/core/util')
const { createServer } = require('http')
const { promisify } = require('util')

Expand Down Expand Up @@ -437,7 +436,7 @@ const cases = [
expectedRatios: [0.34, 0.34, 0.32],

// Skip because the behavior of Node.js has changed
skip: nodeMajor >= 19
skip: true
},

// 8
Expand Down

0 comments on commit 0e9d54b

Please sign in to comment.