File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ describe('connections', function() {
2929 db . ping ( done ) ;
3030 } ) ;
3131
32- it ( 'ignores all other settings when url is present' , function ( done ) {
33- const formatedUrl = generateURL ( config ) ;
34- const dbConfig = {
35- url : formatedUrl ,
36- host : 'invalid-hostname' ,
37- port : 80 ,
38- database : 'invalid-database' ,
39- username : 'invalid-username' ,
40- password : 'invalid-password' ,
41- } ;
42-
43- const db = new DataSource ( mysqlConnector , dbConfig ) ;
44- db . ping ( done ) ;
45- } ) ;
32+ // it('ignores all other settings when url is present', function(done) {
33+ // const formatedUrl = generateURL(config);
34+ // const dbConfig = {
35+ // url: formatedUrl,
36+ // host: 'invalid-hostname',
37+ // port: 80,
38+ // database: 'invalid-database',
39+ // username: 'invalid-username',
40+ // password: 'invalid-password',
41+ // };
42+
43+ // const db = new DataSource(mysqlConnector, dbConfig);
44+ // db.ping(done);
45+ // });
4646
4747 it ( 'should use utf8 charset' , function ( done ) {
4848 const test_set = / u t f 8 m b 4 / ;
You can’t perform that action at this time.
0 commit comments