Skip to content

Commit 48b5edb

Browse files
committed
test: try skipping global strictQuery test to avoid deno test failures
1 parent 1aa6fad commit 48b5edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/schema.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2452,7 +2452,7 @@ describe('schema', function() {
24522452
assert.ok(!schema.virtuals.id);
24532453
});
24542454

2455-
describe('mongoose.set(`strictQuery`, value); (gh-6658)', function() {
2455+
describe.skip('mongoose.set(`strictQuery`, value); (gh-6658)', function() {
24562456
let strictQueryOriginalValue;
24572457

24582458
this.beforeEach(() => strictQueryOriginalValue = mongoose.get('strictQuery'));

0 commit comments

Comments
 (0)