Skip to content

Commit

Permalink
stabilize quic tests on server 2022 (#65097)
Browse files Browse the repository at this point in the history
Co-authored-by: wfurt <[email protected]>
  • Loading branch information
github-actions[bot] and wfurt committed Mar 11, 2022
1 parent f00f038 commit 4050c12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public async Task ConnectWithCertificateChain()
}

[Fact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64944", TestPlatforms.Windows)]
public async Task UntrustedClientCertificateFails()
{
var listenerOptions = new QuicListenerOptions();
Expand Down Expand Up @@ -331,6 +332,7 @@ public async Task ConnectWithCertificateForLoopbackIP_IndicatesExpectedError(str
[Theory]
[InlineData(true)]
// [InlineData(false)] [ActiveIssue("https://github.com/dotnet/runtime/issues/57308")]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64944", TestPlatforms.Windows)]
public async Task ConnectWithClientCertificate(bool sendCerttificate)
{
bool clientCertificateOK = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ internal QuicListener CreateQuicListener(IPEndPoint endpoint)
if (retry == 0)
{
Debug.Fail($"ConnectAsync to {clientConnection.RemoteEndPoint} failed with {ex.Message}");
throw ex;
}
}
}
Expand Down

0 comments on commit 4050c12

Please sign in to comment.