diff options
author | Bruce Forstall <brucefo@microsoft.com> | 2019-02-05 19:00:16 -0800 |
---|---|---|
committer | Bruce Forstall <brucefo@microsoft.com> | 2019-02-05 19:00:16 -0800 |
commit | e71a489bbcf0653f42f555b8c1c3070ddc6ee5e0 (patch) | |
tree | 6c54bc1907b7e826da6c60d19ec981b44b972593 /tests | |
parent | a3073f2e280c8ad767d1f5b4f566cac07b3fec38 (diff) | |
download | coreclr-e71a489bbcf0653f42f555b8c1c3070ddc6ee5e0.tar.gz coreclr-e71a489bbcf0653f42f555b8c1c3070ddc6ee5e0.tar.bz2 coreclr-e71a489bbcf0653f42f555b8c1c3070ddc6ee5e0.zip |
Disable GThread23 test
It fails regularly though randomly in the CI.
Tracking issue: https://github.com/dotnet/coreclr/issues/19339
Diffstat (limited to 'tests')
-rw-r--r-- | tests/issues.targets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index 338751677c..2d38c31d41 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -2,6 +2,9 @@ <Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <!-- All OS/Arch common excludes --> <ItemGroup Condition="'$(XunitTestBinBase)' != ''"> + <ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/generics/threadstart/GThread23/*"> + <Issue>19339</Issue> + </ExcludeList> <ExcludeList Include="$(XunitTestBinBase)/GC/Coverage/271010/**"> <Issue>3392</Issue> </ExcludeList> |