Re-enable tests removed to fix slow CI.
This commit is contained in:
parent
9e81012540
commit
cd7a0b36cd
@ -17,9 +17,11 @@ function randomCase(seed: string, text: string): string {
|
|||||||
// Too many test cases are caussing issues for the CI
|
// Too many test cases are caussing issues for the CI
|
||||||
// Only run random cases under random-128
|
// Only run random cases under random-128
|
||||||
function checkRandom(name: string): boolean {
|
function checkRandom(name: string): boolean {
|
||||||
|
/*
|
||||||
if (name.substring(0, 7) === "random-") {
|
if (name.substring(0, 7) === "random-") {
|
||||||
return (parseInt(name.substring(7)) <= 128);
|
return (parseInt(name.substring(7)) <= 128);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user