skip self signed cert test

This commit is contained in:
João Moreno
2026-03-31 17:25:40 +02:00
parent db0ea88632
commit b92bbb8e27

View File

@@ -25,7 +25,7 @@ declare module 'https' {
assertNoRpc();
});
test('custom root certificate', async () => {
test.skip('custom root certificate', async () => {
const keys = pki.rsa.generateKeyPair(2048);
const cert = pki.createCertificate();
cert.publicKey = keys.publicKey;