Skip to content

Commit a7039da

Browse files
committed
test: needs fail points
1 parent 872293c commit a7039da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/collection-management/collection.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ describe('Collection', function () {
468468
});
469469
});
470470

471-
context('when aggregation fails', () => {
471+
describe('when aggregation fails', { requires: { mongodb: '>=4.4' } }, () => {
472472
beforeEach(async function () {
473473
await client
474474
.db()

0 commit comments

Comments
 (0)