Skip to content

Commit

Permalink
Re-enable tests removed to fix slow CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jun 1, 2020
1 parent 9e81012 commit cd7a0b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tests/src.ts/test-hdnode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ function randomCase(seed: string, text: string): string {
// Too many test cases are caussing issues for the CI
// Only run random cases under random-128
function checkRandom(name: string): boolean {
/*
if (name.substring(0, 7) === "random-") {
return (parseInt(name.substring(7)) <= 128);
}
*/
return true;
}

Expand Down

0 comments on commit cd7a0b3

Please sign in to comment.