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:
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;