diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/AesCcmTests.cs b/src/libraries/System.Security.Cryptography.Algorithms/tests/AesCcmTests.cs index bb428954f12b28..db15801b0eebce 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/tests/AesCcmTests.cs +++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/AesCcmTests.cs @@ -9,7 +9,6 @@ namespace System.Security.Cryptography.Algorithms.Tests { - [ActiveIssue("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)] public class AesCcmTests : AesAEADTests { [Theory] diff --git a/src/libraries/System.Security.Cryptography.Algorithms/tests/AesGcmTests.cs b/src/libraries/System.Security.Cryptography.Algorithms/tests/AesGcmTests.cs index 11147640ce3e1a..7557600a222938 100644 --- a/src/libraries/System.Security.Cryptography.Algorithms/tests/AesGcmTests.cs +++ b/src/libraries/System.Security.Cryptography.Algorithms/tests/AesGcmTests.cs @@ -9,7 +9,6 @@ namespace System.Security.Cryptography.Algorithms.Tests { - [ActiveIssue("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)] public class AesGcmTests : AesAEADTests { [Theory] diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/AssemblyInfo.cs b/src/libraries/System.Security.Cryptography.OpenSsl/tests/AssemblyInfo.cs deleted file mode 100644 index 015a299826f442..00000000000000 --- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/AssemblyInfo.cs +++ /dev/null @@ -1,8 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using Xunit; - -[assembly: SkipOnCoreClr("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)] -[assembly: SkipOnMono("https://github.com/dotnet/runtime/issues/2176", TestPlatforms.OSX)] \ No newline at end of file diff --git a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj index 3d988df8ab3568..7a4b8afc4e12e8 100644 --- a/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj +++ b/src/libraries/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.csproj @@ -4,7 +4,6 @@ $(NetCoreAppCurrent)-Unix -