Skip to content

Commit

Permalink
restriction to mongo testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oallouch committed Jun 12, 2021
1 parent 3973c5f commit 6deb7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ParseQuery.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -4318,7 +4318,7 @@ describe('Parse.Query testing', () => {
}
});

it('deeply nested Pointers (issue #7413)', async function (done) {
it_only_db('mongo')('deeply nested Pointers (issue #7413)', async function (done) {
const parent = new Parse.Object('Parent');
const child1 = new Parse.Object('Child');
const child2 = new Parse.Object('Child');
Expand Down

0 comments on commit 6deb7ec

Please sign in to comment.