Skip to content

Commit 905cd3e

Browse files
committed
Disable negative test 6.1.3 that can hang
1 parent 00a221a commit 905cd3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dmlReturning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ describe('6. dmlReturning.js', function(){
146146
);
147147
})
148148

149-
it('6.1.3 INSERT statement with small maxSize restriction', function(done) {
149+
it.skip('6.1.3 INSERT statement with small maxSize restriction', function(done) {
150150
connection.should.be.ok;
151151
connection.execute(
152152
"INSERT INTO oracledb_dmlreturn VALUES (1003, 'Robyn Sands Delaware') RETURNING id, name INTO :rid, :rname",

0 commit comments

Comments
 (0)