Skip to content

Commit c485de8

Browse files
committed
test: skip resource cleanup test
1 parent aa6d7e3 commit c485de8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ describe('Driver Resources', () => {
3434

3535
context('on MongoClient.close()', () => {
3636
before('create leak reproduction script', async function () {
37+
if (process.version.includes('v24')) {
38+
if (this.test) {
39+
this.test.skipReason = 'TODO(NODE-6945): Fix v24 heap snapshot parsing';
40+
}
41+
this.test?.skip();
42+
}
3743
if (globalThis.AbortController == null || typeof this.configuration.serverApi === 'string') {
3844
return;
3945
}

0 commit comments

Comments
 (0)