From: Bruce Forstall Date: Wed, 6 Feb 2019 20:33:43 +0000 (-0800) Subject: Disable flaky Linux/arm64 corefx System.Net.Sockets.Tests X-Git-Tag: submit/tizen/20210909.063632~11030^2~2573^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af279ee1a6915198f417453af703071856761d0f;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable flaky Linux/arm64 corefx System.Net.Sockets.Tests Tracking: https://github.com/dotnet/coreclr/issues/21576 In general, any System.Net test that exhibits flakiness should be disabled; we pay more in flakiness than we gain in coverage. Commit migrated from https://github.com/dotnet/coreclr/commit/13da374e247ad60b6dfc047697c6f52be304ebb7 --- diff --git a/src/coreclr/tests/arm64/corefx_linux_test_exclusions.txt b/src/coreclr/tests/arm64/corefx_linux_test_exclusions.txt index 4a00962..8b9cac9 100644 --- a/src/coreclr/tests/arm64/corefx_linux_test_exclusions.txt +++ b/src/coreclr/tests/arm64/corefx_linux_test_exclusions.txt @@ -4,6 +4,7 @@ System.Diagnostics.Process.Tests # https://github.com/dotnet/corecl System.Memory.Tests # https://github.com/dotnet/coreclr/issues/20958 System.Net.NameResolution.Pal.Tests # https://github.com/dotnet/corefx/issues/32797 System.Net.NameResolution.Functional.Tests # https://github.com/dotnet/coreclr/issues/20924 https://github.com/dotnet/corefx/issues/24355 +System.Net.Sockets.Tests # https://github.com/dotnet/coreclr/issues/21576 -- continuing flakiness System.Runtime.Tests # https://github.com/dotnet/coreclr/issues/21223 -- JitStress=2 System.Runtime.Serialization.Formatters.Tests # https://github.com/dotnet/coreclr/issues/20246 -- timeout System.Text.RegularExpressions.Tests # https://github.com/dotnet/coreclr/issues/17754 -- timeout -- JitMinOpts + Tiered only