Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1856017

Browse files
authored
Disable SslStream_SameCertUsedForClientAndServer_Ok test failing on Win7
1 parent 486ad25 commit 1856017

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/System.Net.Security/tests/FunctionalTests/SslStreamCredentialCacheTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

@@ -16,6 +16,7 @@ namespace System.Net.Security.Tests
1616

1717
public class SslStreamCredentialCacheTest
1818
{
19+
[ActiveIssue(19699, TestPlatforms.Windows)]
1920
[Fact]
2021
public void SslStream_SameCertUsedForClientAndServer_Ok()
2122
{

0 commit comments

Comments
 (0)