Skip to content

Commit 3520939

Browse files
committed
skip test against mongodb 9 and higher
1 parent 1a7eded commit 3520939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/crud/find.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,8 +1076,8 @@ describe('Find', function () {
10761076

10771077
it(
10781078
'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' } },
1079+
// TODO: NODE-7511 - unskip test for NODE-6878
1080+
{ requires: { topology: 'sharded', mongodb: '<9' } },
10811081
async function () {
10821082
const collection = client.db('rewind-regression').collection('bar');
10831083

0 commit comments

Comments
 (0)