Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit bb03060

Browse files
authored
fix: skip flaky test (#1495)
Fixes #1334
1 parent 58e7821 commit bb03060

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test-mysql-pool.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ if (semver.satisfies(process.version, '>=4')) {
3232
Hapi = require('./plugins/fixtures/hapi16');
3333
});
3434

35-
it('should work with connection pool access', done => {
35+
// flaky - see https://github.com/googleapis/cloud-trace-nodejs/issues/1334
36+
it.skip('should work with connection pool access', done => {
3637
const server = new Hapi.Server();
3738
server.connection({port: common.serverPort});
3839
server.register(

0 commit comments

Comments
 (0)