We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e6455 commit f3038bdCopy full SHA for f3038bd
tests/QUICClient.test.ts
@@ -362,7 +362,7 @@ describe(QUICClient.name, () => {
362
{ numRuns: 10 },
363
);
364
// Fixme: client verification works regardless of certs
365
- testProp(
+ testProp.skip(
366
'client verification succeeds',
367
[tlsConfigWithCaArb, tlsConfigWithCaArb],
368
async (tlsConfigProm1, tlsConfigProm2) => {
@@ -488,7 +488,7 @@ describe(QUICClient.name, () => {
488
{ numRuns: 3 },
489
490
491
492
'graceful failure verifying client',
493
494
0 commit comments