Skip to content

Commit

Permalink
fixup: uncomment unintentionally commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Nov 1, 2024
1 parent 9ce6007 commit 19066be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/e2e-tests/test/e2e-tls.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ describe('e2e TLS', function () {
});

it('works with matching CA (system certs)', async function () {
//if (process.platform !== 'linux') {
// return this.skip();
//}
if (process.platform !== 'linux') {
return this.skip();
}
await fs.mkdir(path.join(tmpdir.path, 'certs'), { recursive: true });
await fs.copyFile(
PARTIAL_TRUST_CHAIN_CA,
Expand Down

0 comments on commit 19066be

Please sign in to comment.