Tests/BigInteger: randomPrime(128) on PHP32 is just too slow

This commit is contained in:
terrafrost 2017-10-24 00:50:48 -05:00
parent 7a2f2e8e6b
commit cdeeba9ecd

View File

@ -34,4 +34,9 @@ class Unit_Math_BigInteger_PHP32Test extends Unit_Math_BigInteger_TestCase
{
return 'phpseclib\Math\BigInteger\Engines\PHP32';
}
public function testRandomPrime()
{
self::markTestSkipped('32-bit primality testing slows things down too much');
}
}