Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hays <ianha@microsoft.com>2017-03-11 00:16:00 +0300
committerIan Hays <ianha@microsoft.com>2017-03-11 00:16:00 +0300
commit341c654491852ee006a63f1effbcf1875c09b462 (patch)
tree1a7188f8e6937ed9e32676440dd046300c6eea48 /src/System.Net.Security
parent9cc431cec287014779b0fa7f39ca4922a9a64157 (diff)
Disable some more netsec failing tests.
We've got some new failures in Net.Security from the same known issues. One of these was recently re-enabled to test a solution.
Diffstat (limited to 'src/System.Net.Security')
-rw-r--r--src/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs1
-rw-r--r--src/System.Net.Security/tests/FunctionalTests/ServerAllowNoEncryptionTest.cs2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs b/src/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs
index 18e27b3a10..d898512b59 100644
--- a/src/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs
+++ b/src/System.Net.Security/tests/FunctionalTests/ClientAsyncAuthenticateTest.cs
@@ -57,6 +57,7 @@ namespace System.Net.Security.Tests
[Theory]
[MemberData(nameof(ProtocolMismatchData))]
+ [ActiveIssue(16534, TestPlatforms.Windows)]
public async Task ClientAsyncAuthenticate_MismatchProtocols_Fails(
SslProtocols serverProtocol,
SslProtocols clientProtocol,
diff --git a/src/System.Net.Security/tests/FunctionalTests/ServerAllowNoEncryptionTest.cs b/src/System.Net.Security/tests/FunctionalTests/ServerAllowNoEncryptionTest.cs
index b2d0777cb0..45e20fce47 100644
--- a/src/System.Net.Security/tests/FunctionalTests/ServerAllowNoEncryptionTest.cs
+++ b/src/System.Net.Security/tests/FunctionalTests/ServerAllowNoEncryptionTest.cs
@@ -54,6 +54,7 @@ namespace System.Net.Security.Tests
}
[Fact]
+ [ActiveIssue(16534, TestPlatforms.Windows)]
public async Task ServerAllowNoEncryption_ClientAllowNoEncryption_ConnectWithEncryption()
{
using (var serverAllowNoEncryption = new DummyTcpServer(
@@ -74,6 +75,7 @@ namespace System.Net.Security.Tests
}
[ConditionalFact(nameof(SupportsNullEncryption))]
+ [ActiveIssue(16534, TestPlatforms.Windows)]
public async Task ServerAllowNoEncryption_ClientNoEncryption_ConnectWithNoEncryption()
{
using (var serverAllowNoEncryption = new DummyTcpServer(