Skip to content

Commit 863cf67

Browse files
committed
test: remove skipped auth test
1 parent d19b78a commit 863cf67

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

test/spec/connection-string/valid-auth.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -240,27 +240,6 @@
240240
"authmechanism": "MONGODB-CR"
241241
}
242242
},
243-
{
244-
"description": "Subdelimiters in user/pass don't need escaping (MONGODB-CR)",
245-
"uri": "mongodb://!$&'()*+,;=:!$&'()*+,;[email protected]/admin?authMechanism=MONGODB-CR",
246-
"valid": true,
247-
"warning": false,
248-
"hosts": [
249-
{
250-
"type": "ipv4",
251-
"host": "127.0.0.1",
252-
"port": null
253-
}
254-
],
255-
"auth": {
256-
"username": "!$&'()*+,;=",
257-
"password": "!$&'()*+,;=",
258-
"db": "admin"
259-
},
260-
"options": {
261-
"authmechanism": "MONGODB-CR"
262-
}
263-
},
264243
{
265244
"description": "Escaped username (MONGODB-X509)",
266245
"uri": "mongodb://CN%3DmyName%2COU%3DmyOrgUnit%2CO%3DmyOrg%2CL%3DmyLocality%2CST%3DmyState%2CC%3DmyCountry@localhost/?authMechanism=MONGODB-X509",

test/spec/connection-string/valid-auth.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -188,22 +188,6 @@ tests:
188188
db: "admin?"
189189
options:
190190
authmechanism: "MONGODB-CR"
191-
-
192-
description: "Subdelimiters in user/pass don't need escaping (MONGODB-CR)"
193-
uri: "mongodb://!$&'()*+,;=:!$&'()*+,;[email protected]/admin?authMechanism=MONGODB-CR"
194-
valid: true
195-
warning: false
196-
hosts:
197-
-
198-
type: "ipv4"
199-
host: "127.0.0.1"
200-
port: ~
201-
auth:
202-
username: "!$&'()*+,;="
203-
password: "!$&'()*+,;="
204-
db: "admin"
205-
options:
206-
authmechanism: "MONGODB-CR"
207191
-
208192
description: "Escaped username (MONGODB-X509)"
209193
uri: "mongodb://CN%3DmyName%2COU%3DmyOrgUnit%2CO%3DmyOrg%2CL%3DmyLocality%2CST%3DmyState%2CC%3DmyCountry@localhost/?authMechanism=MONGODB-X509"

test/unit/sdam/topology.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ describe('Topology (unit)', function() {
9898
expect(result).to.not.exist;
9999
expect(err).to.exist;
100100
expect(err).to.match(/timed out/);
101-
console.dir({ err });
102101

103102
topology.close(done);
104103
});

0 commit comments

Comments
 (0)