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:
authorMatt Ellis <matell@microsoft.com>2015-05-28 22:32:42 +0300
committerMatt Ellis <matell@microsoft.com>2015-05-29 00:52:06 +0300
commiteb639efca95cbf1fddc8f9d4a529bd52e3fc6ff1 (patch)
treeb20ee32553fa15bb3bb6c74cb529b1590c061ec7 /src/System.Security.Cryptography.Encoding/tests/Oid.cs
parentbab9dd194ee0b2f930c729d6e40ee6636e644019 (diff)
Disable some tests on Unix
These are tests we expect to fail because of known debt in Globalization and Crypto cross platform but were not previously marked because tests were not running in CI.
Diffstat (limited to 'src/System.Security.Cryptography.Encoding/tests/Oid.cs')
-rw-r--r--src/System.Security.Cryptography.Encoding/tests/Oid.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/System.Security.Cryptography.Encoding/tests/Oid.cs b/src/System.Security.Cryptography.Encoding/tests/Oid.cs
index d7c5614767..7339b29c50 100644
--- a/src/System.Security.Cryptography.Encoding/tests/Oid.cs
+++ b/src/System.Security.Cryptography.Encoding/tests/Oid.cs
@@ -118,6 +118,7 @@ namespace System.Security.Cryptography.Encoding.Tests
}
[Fact]
+ [ActiveIssue(1863, PlatformID.AnyUnix)]
public static void TestFromFriendlyName()
{
Oid oid;
@@ -138,6 +139,7 @@ namespace System.Security.Cryptography.Encoding.Tests
}
[Fact]
+ [ActiveIssue(1863, PlatformID.AnyUnix)]
public static void TestFromOidValue()
{
Oid oid;
@@ -158,6 +160,7 @@ namespace System.Security.Cryptography.Encoding.Tests
}
[Fact]
+ [ActiveIssue(1863, PlatformID.AnyUnix)]
public static void TestKnownValues()
{
Oid oid;