diff options
author | Egor Chesakov <Egor.Chesakov@microsoft.com> | 2018-07-13 09:10:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 09:10:25 -0700 |
commit | 4bd9b33790ca8be557f3cdc6771e61c890a1a60a (patch) | |
tree | d987d4628e82a20bd232a8942368b827ecb64433 /tests/arm | |
parent | b89e2305a2c953272c997242d01b66b1bb1e661e (diff) | |
download | coreclr-4bd9b33790ca8be557f3cdc6771e61c890a1a60a.tar.gz coreclr-4bd9b33790ca8be557f3cdc6771e61c890a1a60a.tar.bz2 coreclr-4bd9b33790ca8be557f3cdc6771e61c890a1a60a.zip |
Remove System.Security.Cryptography.X509Certificates.Tests from Windows arm exclusion list (#18807)
Diffstat (limited to 'tests/arm')
-rw-r--r-- | tests/arm/corefx_test_exclusions.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/arm/corefx_test_exclusions.txt b/tests/arm/corefx_test_exclusions.txt index a7f88e299e..a14d45626b 100644 --- a/tests/arm/corefx_test_exclusions.txt +++ b/tests/arm/corefx_test_exclusions.txt @@ -12,5 +12,4 @@ System.Management.Tests # https://github.com/dotnet/coreclr/issues/ System.Net.HttpListener.Tests # https://github.com/dotnet/coreclr/issues/17584 System.Runtime.Numerics.Tests # https://github.com/dotnet/coreclr/issues/18362 -- JitStress=1 JitStress=2 System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/17585 -System.Security.Cryptography.X509Certificates.Tests # https://github.com/dotnet/coreclr/issues/17801 System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only |