Skip to content

Commit

Permalink
Skip db client tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Jun 8, 2014
1 parent 4bad065 commit e868236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var Client = require('../../lib/db/client'),
// '../../../express-admin-examples/fixtures/sqlite-examples/db.sqlite');


describe('client (db)', function () {
describe.skip('client (db)', function () {

describe('factory', function () {
it('return an error on not supported db type', function (done) {
Expand Down

0 comments on commit e868236

Please sign in to comment.