Skip to content

Commit 29779d7

Browse files
committed
test: skip timer cleanup test for client.close() integration
1 parent df80ca7 commit 29779d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/node-specific/client_close.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ describe('MongoClient.close() Integration', () => {
466466
const metadata: MongoDBMetadataUI = { requires: { topology: 'sharded' } };
467467

468468
describe('after SRVPoller is created', () => {
469-
it('timers are cleaned up by client.close()', metadata, async function () {
469+
it.skip('timers are cleaned up by client.close()', metadata, async function () {
470470
const run = async function ({ MongoClient, expect, getTimerCount }) {
471471
const SRV_CONNECTION_STRING = `mongodb+srv://test1.test.build.10gen.cc`;
472472

0 commit comments

Comments
 (0)