File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -90,8 +90,9 @@ describe('msnodesqlv8', function () {
9090 it ( 'connection healthy works' , done => TESTS [ 'connection healthy works' ] ( config ( ) , done ) )
9191 it ( 'healthy connection goes bad' , done => TESTS [ 'healthy connection goes bad' ] ( config ( ) , done ) )
9292 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 ) )
9596 it ( 'dataLength type correction' , done => TESTS [ 'dataLength type correction' ] ( done ) )
9697 it ( 'chunked xml support' , done => TESTS [ 'chunked xml support' ] ( done ) )
9798
You can’t perform that action at this time.
0 commit comments