Skip to content

Commit dabc937

Browse files
author
Dane Springmeyer
committed
disable the loadExtension test which will crash when the extension is built against a different external sqlite version than the bundled one (which is likely)
1 parent 128d535 commit dabc937

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/extension.test.js

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ var sqlite3 = require('..');
22
var assert = require('assert');
33
var exists = require('fs').existsSync || require('path').existsSync;
44

5+
/*
6+
7+
// disabled because this is not a generically safe test to run on all systems
8+
59
var spatialite_ext = '/usr/local/lib/libspatialite.dylib';
610
711
describe('loadExtension', function(done) {
@@ -18,3 +22,5 @@ describe('loadExtension', function(done) {
1822
it('libspatialite');
1923
}
2024
});
25+
26+
*/

0 commit comments

Comments
 (0)