mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-30 04:39:21 +01: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';
|
||||
}
|
||||
|
||||
public function testRandomPrime()
|
||||
{
|
||||
self::markTestSkipped('32-bit primality testing slows things down too much');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user