Skip to content

Commit 19066be

Browse files
committed
fixup: uncomment unintentionally commented code
1 parent 9ce6007 commit 19066be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/e2e-tests/test/e2e-tls.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,9 @@ describe('e2e TLS', function () {
347347
});
348348

349349
it('works with matching CA (system certs)', async function () {
350-
//if (process.platform !== 'linux') {
351-
// return this.skip();
352-
//}
350+
if (process.platform !== 'linux') {
351+
return this.skip();
352+
}
353353
await fs.mkdir(path.join(tmpdir.path, 'certs'), { recursive: true });
354354
await fs.copyFile(
355355
PARTIAL_TRUST_CHAIN_CA,

0 commit comments

Comments
 (0)