Skip to content

Commit 7dd97e9

Browse files
committed
chore: more tests
1 parent cfddb5f commit 7dd97e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/tools/runner/flaky.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)