Skip to content

Commit

Permalink
added TODO(NODE-XXXX)
Browse files Browse the repository at this point in the history
  • Loading branch information
aditi-khare-mongoDB committed Mar 7, 2024
1 parent 5e67ee9 commit 2bbe020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/crud/crud.spec.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ describe('CRUD spec v1', function () {
}
});

// The Node driver does not have a Collection.modifyCollection helper.
// TODO(NODE-5998) - The Node driver UTR does not have a Collection.modifyCollection helper.
const SKIPPED_TESTS = ['findOneAndUpdate document validation errInfo is accessible'];
describe('CRUD unified', function () {
runUnifiedSuite(loadSpecTests(path.join('crud', 'unified')), ({ description }) =>
Expand Down

0 comments on commit 2bbe020

Please sign in to comment.