File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -629,7 +629,7 @@ describe('4. binding.js', function() {
629629 }
630630 ) ;
631631 } ,
632- function ( callback ) {
632+ /* function(callback) {
633633 connection.execute(
634634 "BEGIN nodb_testproc(:o); END;",
635635 [
@@ -643,7 +643,7 @@ describe('4. binding.js', function() {
643643 callback();
644644 }
645645 );
646- } ,
646+ },*/
647647 function ( callback ) {
648648 connection . execute (
649649 "DROP PROCEDURE nodb_testproc" ,
@@ -668,7 +668,7 @@ describe('4. binding.js', function() {
668668 ) ;
669669 } )
670670
671- it ( '4.4.3 Negative - bind out data exceeds default length' , function ( done ) {
671+ it . skip ( '4.4.3 Negative - bind out data exceeds default length' , function ( done ) {
672672 connection . execute (
673673 "BEGIN :o := lpad('A',201,'x'); END;" ,
674674 { o : { type : oracledb . STRING , dir : oracledb . BIND_OUT } } ,
You can’t perform that action at this time.
0 commit comments