mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
remove 4096 test
This commit is contained in:
parent
ff8c1dfea9
commit
236c00475d
@ -259,7 +259,9 @@ describe('WebCrypto Function Service', () => {
|
|||||||
describe('rsaGenerateKeyPair', () => {
|
describe('rsaGenerateKeyPair', () => {
|
||||||
testRsaGenerateKeyPair(1024);
|
testRsaGenerateKeyPair(1024);
|
||||||
testRsaGenerateKeyPair(2048);
|
testRsaGenerateKeyPair(2048);
|
||||||
testRsaGenerateKeyPair(4096);
|
|
||||||
|
// Generating 4096 bit keys can be slow. Commenting it out to save CI.
|
||||||
|
// testRsaGenerateKeyPair(4096);
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('randomBytes', () => {
|
describe('randomBytes', () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user