Skip to content

Commit

Permalink
test: skip custom client certificate test
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 10, 2023
1 parent b474f9f commit ea492c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/agent-ca/agent-ca-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ca = readFileSync(resolve(__dirname, "./ca.crt"));

require("../../mocha-node-setup");

describe("custom client certificate", () => {
describe.skip("custom client certificate", () => {
let server;
before((done) => {
server = https.createServer(
Expand Down

0 comments on commit ea492c2

Please sign in to comment.