Skip to content

Commit cd7a0b3

Browse files
committed
Re-enable tests removed to fix slow CI.
1 parent 9e81012 commit cd7a0b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/tests/src.ts/test-hdnode.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ function randomCase(seed: string, text: string): string {
1717
// Too many test cases are caussing issues for the CI
1818
// Only run random cases under random-128
1919
function checkRandom(name: string): boolean {
20+
/*
2021
if (name.substring(0, 7) === "random-") {
2122
return (parseInt(name.substring(7)) <= 128);
2223
}
24+
*/
2325
return true;
2426
}
2527

0 commit comments

Comments
 (0)