File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,9 +238,9 @@ describe('5. externalAuth.js', function() {
238
238
239
239
} ) ; // 5.1
240
240
241
- describe ( '5.2 tests only work when externalAuth is configured on DB' , function ( ) {
241
+ describe . skip ( '5.2 tests only work when externalAuth is configured on DB' , function ( ) {
242
242
243
- // need to skip these tests if external authentication is enable for the whole suite
243
+ // need to skip these tests if external authentication is not configured
244
244
var it = ( dbConfig . externalAuth ) ? global . it : global . it . skip ;
245
245
246
246
it ( "5.2.1 can get connection from oracledb with external authentication" , function ( done ) {
@@ -276,7 +276,7 @@ describe('5. externalAuth.js', function() {
276
276
277
277
} ) ; // 5.2.1
278
278
279
- it . skip ( "5.2.2 can get pool from oracledb with external authentication" , function ( done ) {
279
+ it ( "5.2.2 can get pool from oracledb with external authentication" , function ( done ) {
280
280
281
281
async . waterfall ( [
282
282
function ( callback ) {
@@ -366,7 +366,7 @@ describe('5. externalAuth.js', function() {
366
366
367
367
} ) ; // 5.2.3
368
368
369
- it . skip ( "5.2.4 gets multiple pools from oracledb" , function ( done ) {
369
+ it ( "5.2.4 gets multiple pools from oracledb" , function ( done ) {
370
370
371
371
var getPools = function ( id , callback ) {
372
372
oracledb . createPool (
You can’t perform that action at this time.
0 commit comments