diff options
author | Egor Chesakov <Egor.Chesakov@microsoft.com> | 2018-05-14 12:21:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 12:21:30 -0700 |
commit | de091e450419739034fb23b47929b2dfcf92d4c9 (patch) | |
tree | 10370ec949f80de45df7f78fdebce138aca5380d | |
parent | cc0e7b49019d5d08aebd8cfa714d9864f2d65a8e (diff) | |
download | coreclr-de091e450419739034fb23b47929b2dfcf92d4c9.tar.gz coreclr-de091e450419739034fb23b47929b2dfcf92d4c9.tar.bz2 coreclr-de091e450419739034fb23b47929b2dfcf92d4c9.zip |
Enable System.Transactions.Local.Tests on Linux/arm (#17973)
-rw-r--r-- | tests/arm/corefx_linux_test_exclusions.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/arm/corefx_linux_test_exclusions.txt b/tests/arm/corefx_linux_test_exclusions.txt index ed84e9615c..b90cecf6d0 100644 --- a/tests/arm/corefx_linux_test_exclusions.txt +++ b/tests/arm/corefx_linux_test_exclusions.txt @@ -12,4 +12,3 @@ System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/coreclr/issues/ System.Net.NetworkInformation.Functional.Tests # https://github.com/dotnet/coreclr/issues/17753 -- segmentation fault System.Net.Sockets.Tests # https://github.com/dotnet/coreclr/issues/17753 -- segmentation fault System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts only -System.Transactions.Local.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout |