mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
Tests/BigInteger: randomPrime(128) on PHP32 is just too slow
This commit is contained in:
parent
7a2f2e8e6b
commit
cdeeba9ecd
@ -34,4 +34,9 @@ class Unit_Math_BigInteger_PHP32Test extends Unit_Math_BigInteger_TestCase
|
|||||||
{
|
{
|
||||||
return 'phpseclib\Math\BigInteger\Engines\PHP32';
|
return 'phpseclib\Math\BigInteger\Engines\PHP32';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function testRandomPrime()
|
||||||
|
{
|
||||||
|
self::markTestSkipped('32-bit primality testing slows things down too much');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user