File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ describe('msnodesqlv8', function () {
90
90
it ( 'connection healthy works' , done => TESTS [ 'connection healthy works' ] ( config ( ) , done ) )
91
91
it ( 'healthy connection goes bad' , done => TESTS [ 'healthy connection goes bad' ] ( config ( ) , done ) )
92
92
it ( 'request timeout' , done => TESTS [ 'request timeout' ] ( done ) )
93
- it ( 'BigInt parameters' , done => TESTS [ 'BigInt parameters' ] ( done ) )
94
- it ( 'BigInt casted types' , done => TESTS [ 'BigInt casted types' ] ( done ) )
93
+ // skip these whilst nodesqlv8 doesnt support returning bigint as strings
94
+ it . skip ( 'BigInt parameters' , done => TESTS [ 'BigInt parameters' ] ( done ) )
95
+ it . skip ( 'BigInt casted types' , done => TESTS [ 'BigInt casted types' ] ( done ) )
95
96
it ( 'dataLength type correction' , done => TESTS [ 'dataLength type correction' ] ( done ) )
96
97
it ( 'chunked xml support' , done => TESTS [ 'chunked xml support' ] ( done ) )
97
98
You can’t perform that action at this time.
0 commit comments