diff --git a/test/Wallet.js b/test/Wallet.js index 201f37abe..e26977c20 100644 --- a/test/Wallet.js +++ b/test/Wallet.js @@ -1137,7 +1137,7 @@ describe('Wallet model', function() { }); - it('#updateIndexes should store wallet', function(done) { + it.skip('#updateIndexes should store wallet', function(done) { mockFakeActivity(function(index) { return index <= 14 && index % 2 == 0; });