File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,5 +29,7 @@ export const flakyTests = [
2929 'Client Side Encryption Prose Tests 16. Rewrap Case 1: Rewrap with separate ClientEncryption should rewrap data key from local to local' ,
3030 'Client Side Encryption Prose Tests 16. Rewrap Case 2: RewrapManyDataKeyOpts.provider is not optional when provider field is missing raises an error' ,
3131 'Transactions Convenient API Spec Unified Tests transaction-options withTransaction inherits transaction options from defaultTransactionOptions' ,
32- 'CSOT spec tests timeoutMS behaves correctly for GridFS download operations timeoutMS applied to entire download, not individual parts'
32+ 'CSOT spec tests timeoutMS behaves correctly for GridFS download operations timeoutMS applied to entire download, not individual parts' ,
33+ 'Retryable Writes (unified) retryable writes handshake failures collection.updateOne succeeds after retryable handshake network error' ,
34+ 'Retryable Reads (unified) retryable reads handshake failures collection.aggregate succeeds after retryable handshake network error'
3335] ;
You can’t perform that action at this time.
0 commit comments