Skip to content

Commit

Permalink
chore: add skipped test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Sep 16, 2024
1 parent af23cd0 commit 2b959eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/connection_string.spec.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { executeUriValidationTest } from '../tools/uri_spec_runner';
const skipTests = [
// TODO(NODE-3914): Fix; note that wtimeoutms will be deprecated via DRIVERS-555 (NODE-3078)
'Deprecated (or unknown) options are ignored if replacement exists',
// Note this will always be skipped as the URI class cannot properly parse these.
'Colon in a key value pair'
];

Expand Down

0 comments on commit 2b959eb

Please sign in to comment.