Skip to content

Commit

Permalink
exclude azuretable on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jul 2, 2015
1 parent c4c5724 commit bfa9566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/eventstoreTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ describe('eventstore', function () {

describe('with options containing a type property with the value of', function () {

var types = ['inmemory', 'mongodb', 'tingodb', 'redis', 'azuretable'];
var types = ['inmemory', 'mongodb', 'tingodb', 'redis'/*, 'azuretable'*/];

types.forEach(function (type) {

Expand Down
2 changes: 1 addition & 1 deletion test/storeTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var expect = require('expect.js'),
async = require('async'),
_ = require('lodash');

var types = ['inmemory', 'mongodb', 'tingodb', 'redis', 'azuretable'];
var types = ['inmemory', 'mongodb', 'tingodb', 'redis'/*, 'azuretable'*/];

types.forEach(function (type) {

Expand Down

0 comments on commit bfa9566

Please sign in to comment.