diff --git a/packages/shell-api/src/integration.spec.ts b/packages/shell-api/src/integration.spec.ts index d167f16295..53856c5476 100644 --- a/packages/shell-api/src/integration.spec.ts +++ b/packages/shell-api/src/integration.spec.ts @@ -989,7 +989,7 @@ describe('Shell API (integration)', function() { skipIfServerVersion(testServer, '<= 4.4'); if (process.env.MONGOSH_TEST_FORCE_API_STRICT) { // https://jira.mongodb.org/browse/SERVER-58076 - skipIfServerVersion(testServer, '<= 5.2'); + skipIfServerVersion(testServer, '<= 5.3'); } it('can insert, modify and retrieve fields with $-prefixed .-containing names', async() => { await collection.insertOne({ '$x.y': 1, _id: '_id' });