Re-enable tests removed to fix slow CI.

This commit is contained in:
Richard Moore 2020-06-01 04:47:40 -04:00
parent 9e81012540
commit cd7a0b36cd
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651

View File

@ -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;
}