Disable failing test against dotnet/coreclr#23262 (dotnet/coreclr#23263)
authorJan Kotas <jkotas@microsoft.com>
Fri, 15 Mar 2019 01:36:41 +0000 (18:36 -0700)
committerGitHub <noreply@github.com>
Fri, 15 Mar 2019 01:36:41 +0000 (18:36 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/832c78f88083dc119632a0c0befdaa1e8d5c0ea7

src/coreclr/tests/issues.targets

index c422144..fd12f0a 100644 (file)
@@ -71,6 +71,9 @@
         <ExcludeList Include="$(XunitTestBinBase)/baseservices/threading/waithandle/waitany/waitanyex2a/*">
             <Issue>19406</Issue>
         </ExcludeList>
+        <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/22728/*">
+            <Issue>23262</Issue>
+        </ExcludeList>
     </ItemGroup>
 
     <!-- All Unix targets -->