Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/integration/crud/find.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,8 @@ describe('Find', function () {

it(
'regression test (NODE-6878): CursorResponse.emptyGetMore contains all CursorResponse fields',
{ requires: { topology: 'sharded' } },
// TODO: NODE-7511 - unskip test for NODE-6878 in Windows
{ requires: { topology: 'sharded', os: '!win32' } },
async function () {
const collection = client.db('rewind-regression').collection('bar');

Expand Down
Loading