We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a7eded commit 3520939Copy full SHA for 3520939
1 file changed
test/integration/crud/find.test.ts
@@ -1076,8 +1076,8 @@ describe('Find', function () {
1076
1077
it(
1078
'regression test (NODE-6878): CursorResponse.emptyGetMore contains all CursorResponse fields',
1079
- // TODO: NODE-7511 - unskip test for NODE-6878 in Windows
1080
- { requires: { topology: 'sharded', os: '!win32' } },
+ // TODO: NODE-7511 - unskip test for NODE-6878
+ { requires: { topology: 'sharded', mongodb: '<9' } },
1081
async function () {
1082
const collection = client.db('rewind-regression').collection('bar');
1083
0 commit comments