Skip to content

Commit c24a6c5

Browse files
committed
temporarily disable flaky test
1 parent 13178ac commit c24a6c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/connection/test-insert-large-blob.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
if (0) {
2+
13
var common = require('../../common');
24
var connection = common.createConnection();
35

@@ -84,3 +86,4 @@ process.on('exit', function() {
8486
assert.equal(result2[0].content.toString('hex'), content.toString('hex'));
8587
assert.equal(result4[0].content.toString('hex'), content1.toString('hex'));
8688
});
89+
}

0 commit comments

Comments
 (0)