Skip to content

Commit 2b959eb

Browse files
committed
chore: add skipped test comment
1 parent af23cd0 commit 2b959eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/connection_string.spec.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { executeUriValidationTest } from '../tools/uri_spec_runner';
44
const skipTests = [
55
// TODO(NODE-3914): Fix; note that wtimeoutms will be deprecated via DRIVERS-555 (NODE-3078)
66
'Deprecated (or unknown) options are ignored if replacement exists',
7+
// Note this will always be skipped as the URI class cannot properly parse these.
78
'Colon in a key value pair'
89
];
910

0 commit comments

Comments
 (0)