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() {
629
629
}
630
630
) ;
631
631
} ,
632
- function ( callback ) {
632
+ /* function(callback) {
633
633
connection.execute(
634
634
"BEGIN nodb_testproc(:o); END;",
635
635
[
@@ -643,7 +643,7 @@ describe('4. binding.js', function() {
643
643
callback();
644
644
}
645
645
);
646
- } ,
646
+ },*/
647
647
function ( callback ) {
648
648
connection . execute (
649
649
"DROP PROCEDURE nodb_testproc" ,
@@ -668,7 +668,7 @@ describe('4. binding.js', function() {
668
668
) ;
669
669
} )
670
670
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 ) {
672
672
connection . execute (
673
673
"BEGIN :o := lpad('A',201,'x'); END;" ,
674
674
{ o : { type : oracledb . STRING , dir : oracledb . BIND_OUT } } ,
You can’t perform that action at this time.
0 commit comments