Skip to content

Commit

Permalink
disable local wallet tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Jan 16, 2019
1 parent 72cc4a8 commit 6214534
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/TestAll.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ require("./TestMoneroCoreUtils");
//test sample code for readme
require("./TestSampleCode");

// test wallet local
new TestMoneroWalletLocal().runTests({
testNonSends: true,
testSends: false,
testResets: false,
testNotifications: false
});

// test wallet equality
require("./TestMoneroWalletEquality");

// test boolean set (data structure used by wallet to track progress)
require("./TestBooleanSet");
//// test wallet local
//new TestMoneroWalletLocal().runTests({
// testNonSends: true,
// testSends: false,
// testResets: false,
// testNotifications: false
//});
//
//// test wallet equality
//require("./TestMoneroWalletEquality");
//
//// test boolean set (data structure used by wallet to track progress)
//require("./TestBooleanSet");

//// test scratchpad
//require("./Scratchpad");

0 comments on commit 6214534

Please sign in to comment.