diff --git a/test/integration/server.js b/test/integration/server.js index 58031b7..74fd4f7 100644 --- a/test/integration/server.js +++ b/test/integration/server.js @@ -2589,6 +2589,7 @@ describe('Wallet service', function() { done(); }); }); + it.skip('should abort scan if there is an error checking address activity', function(done) {}); }); });