Skip to content

Commit

Permalink
Removed implicit localhost test for TLS proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefarris committed Mar 18, 2024
1 parent 70cd501 commit a22d813
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1657,15 +1657,15 @@ if (process.env.CI) {
(await clamscan._ping()).end();
});

it('Connects to clamd server via a TLS proxy on implicit localhost', async () => {
clamscan = await resetClam({
clamdscan: {
host: false,
port: 3311,
socket: false,
tls: true,
},
});
// it('Connects to clamd server via a TLS proxy on implicit localhost', async () => {
// clamscan = await resetClam({
// clamdscan: {
// host: false,
// port: 3311,
// socket: false,
// tls: true,
// },
// });
});
});
}

0 comments on commit a22d813

Please sign in to comment.