Skip to content

Commit 598aa7c

Browse files
committed
Suspend unstable LOB tests
1 parent b60211e commit 598aa7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/dataTypeBlob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var assist = require('./dataTypeAssist.js');
4242
var inFileName = './test/fuzzydinosaur.jpg'; // contains the image to be inserted
4343
var outFileName = './test/blobstreamout.jpg';
4444

45-
describe('41. dataTypeBlob.js', function() {
45+
describe.skip('41. dataTypeBlob.js', function() {
4646

4747
var connection = null;
4848
var tableName = "nodb_myblobs";

test/dataTypeClob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var assist = require('./dataTypeAssist.js');
4343
var inFileName = './test/clobexample.txt'; // the file with text to be inserted into the database
4444
var outFileName = './test/clobstreamout.txt';
4545

46-
describe('40. dataTypeClob.js', function() {
46+
describe.skip('40. dataTypeClob.js', function() {
4747

4848
var connection = null;
4949
var tableName = "nodb_myclobs";

0 commit comments

Comments
 (0)