Skip to content

Commit

Permalink
tests: disabling client authentication tests, they require #12
Browse files Browse the repository at this point in the history
* Related #9

[ci skip]
  • Loading branch information
tegefaulkes committed Apr 26, 2023
1 parent 4b9d72e commit 6d5c6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/QUICClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ describe(QUICClient.name, () => {
{ numRuns: 10 },
);
// Fixme: client verification works regardless of certs
testProp(
testProp.skip(
'client verification succeeds',
[tlsConfigWithCaArb, tlsConfigWithCaArb],
async (tlsConfigProm1, tlsConfigProm2) => {
Expand Down Expand Up @@ -488,7 +488,7 @@ describe(QUICClient.name, () => {
{ numRuns: 3 },
);
// Fixme: client verification works regardless of certs
testProp(
testProp.skip(
'graceful failure verifying client',
[tlsConfigWithCaArb, tlsConfigWithCaArb],
async (tlsConfigProm1, tlsConfigProm2) => {
Expand Down

0 comments on commit 6d5c6b5

Please sign in to comment.