mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
skip self signed cert test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user