Skip to content

Commit

Permalink
Disable full set of JournaledDAO tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdittmer committed May 12, 2017
1 parent f50aa7f commit d921cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/lib/node/journaledDao.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
*/


describe('JournaledDAO', function() {
// TODO(drish): Fix this test on Node JS 4.
xdescribe('JournaledDAO', function() {

var fs = require('fs');
var filename = 'journal_file.txt';
Expand Down Expand Up @@ -85,4 +86,3 @@ describe('JournaledDAO', function() {
});

});

0 comments on commit d921cc3

Please sign in to comment.