File tree 2 files changed +7
-0
lines changed
integration/node-specific
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ describe('Driver Resources', () => {
34
34
35
35
context ( 'on MongoClient.close()' , ( ) => {
36
36
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
+ }
37
43
if ( globalThis . AbortController == null || typeof this . configuration . serverApi === 'string' ) {
38
44
return ;
39
45
}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { alphabetically } from '../utils';
5
5
export const flakyTests = [
6
6
'Change Streams should properly handle a changeStream event being processed mid-close when invoked with promises' ,
7
7
'Client Side Encryption (Unified) namedKMS-rewrapManyDataKey rewrap to azure:name1' ,
8
+ 'Client Side Encryption (Unified) rewrapManyDataKey rewrap with new GCP KMS provider' ,
8
9
'Client Side Encryption Prose Tests 16. Rewrap Case 1: Rewrap with separate ClientEncryption should rewrap data key from aws to aws' ,
9
10
'Client Side Encryption Prose Tests 16. Rewrap Case 1: Rewrap with separate ClientEncryption should rewrap data key from aws to azure' ,
10
11
'Client Side Encryption Prose Tests 16. Rewrap Case 1: Rewrap with separate ClientEncryption should rewrap data key from aws to gcp' ,
You can’t perform that action at this time.
0 commit comments