We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bad065 commit e868236Copy full SHA for e868236
test/db/client.js
@@ -8,7 +8,7 @@ var Client = require('../../lib/db/client'),
8
// '../../../express-admin-examples/fixtures/sqlite-examples/db.sqlite');
9
10
11
-describe('client (db)', function () {
+describe.skip('client (db)', function () {
12
13
describe('factory', function () {
14
it('return an error on not supported db type', function (done) {
0 commit comments