Skip to content

Commit e7eb1de

Browse files
authored
chore(tests): skip sort update and replace tests on API strict (#2524)
This feature is not covered by the strict API so we should not be running strict tests for this.
1 parent d2cd2ff commit e7eb1de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/shell-api/src/integration.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ describe('Shell API (integration)', function () {
492492

493493
describe('updateOne and replaceOne with sort option', function () {
494494
skipIfServerVersion(testServer, '< 8.0');
495+
skipIfApiStrict();
495496

496497
beforeEach(async function () {
497498
await serviceProvider.insertMany(dbName, collectionName, [

0 commit comments

Comments
 (0)