We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af23cd0 commit 2b959ebCopy full SHA for 2b959eb
test/unit/connection_string.spec.test.ts
@@ -4,6 +4,7 @@ import { executeUriValidationTest } from '../tools/uri_spec_runner';
4
const skipTests = [
5
// TODO(NODE-3914): Fix; note that wtimeoutms will be deprecated via DRIVERS-555 (NODE-3078)
6
'Deprecated (or unknown) options are ignored if replacement exists',
7
+ // Note this will always be skipped as the URI class cannot properly parse these.
8
'Colon in a key value pair'
9
];
10
0 commit comments