We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d951b commit 8a9f251Copy full SHA for 8a9f251
test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts
@@ -22,7 +22,9 @@ const skippedTests = {
22
'operation succeeds after one socket timeout - aggregate on collection':
23
'TODO(NODE-6863): fix flaky test',
24
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
25
- 'TODO(NODE-6862): fix flaky test'
+ 'TODO(NODE-6862): fix flaky test',
26
+ 'operation fails after two consecutive socket timeouts - aggregate on collection':
27
+ 'TODO(NODE-6867): fix flaky test'
28
};
29
30
describe('CSOT spec tests', function () {
0 commit comments