Skip to content

Commit b39ea9f

Browse files
skip tests
1 parent 6895b25 commit b39ea9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: test/integration/client-side-operations-timeout/client_side_operations_timeout.spec.test.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ const skippedTests = {
1818
'timeoutMS is refreshed for getMore - failure':
1919
'TODO(DRIVERS-2965): see modified test in unified-csot-node-specs',
2020
'timeoutMS applies to full resume attempt in a next call': 'TODO(DRIVERS-3006)',
21-
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)'
21+
'timeoutMS is refreshed for getMore if maxAwaitTimeMS is set': 'TODO(DRIVERS-3018)',
22+
'socketTimeoutMS is ignored if timeoutMS is set - dropIndex on collection':
23+
'TODO(NODE-6862): fix flaky test'
2224
};
2325

2426
describe('CSOT spec tests', function () {

0 commit comments

Comments
 (0)