Skip to content

Commit 6193546

Browse files
committed
skip another node test
1 parent e1825c0 commit 6193546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/node-specific/bson-options/utf8_validation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe('class MongoDBResponse', runOnlyInNodeMetadata, () => {
7474
);
7575
});
7676

77-
describe('parsing of utf8-invalid documents with cursors', function () {
77+
describe('parsing of utf8-invalid documents with cursors', runOnlyInNodeMetadata, function () {
7878
let client: MongoClient;
7979
let collection: Collection;
8080
const compressionPredicate = () =>

0 commit comments

Comments
 (0)