Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f4ec74c

Browse files
Merge pull request #22444 from BruceForstall/DisableGThread23
Disable GThread23 test
2 parents a3073f2 + e71a489 commit f4ec74c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<Project DefaultTargets = "GetListOfTestCmds" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<!-- All OS/Arch common excludes -->
44
<ItemGroup Condition="'$(XunitTestBinBase)' != ''">
5+
<ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/generics/threadstart/GThread23/*">
6+
<Issue>19339</Issue>
7+
</ExcludeList>
58
<ExcludeList Include="$(XunitTestBinBase)/GC/Coverage/271010/**">
69
<Issue>3392</Issue>
710
</ExcludeList>

0 commit comments

Comments
 (0)