|
189 | 189 |
|
190 | 190 | <ItemGroup Condition="'$(TargetOS)' == 'iOS' and '$(RunDisablediOSTests)' != 'true'"> |
191 | 191 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" /> |
192 | | - |
| 192 | + |
193 | 193 | <!-- Ref.Emit in XSLCompiledTransform --> |
194 | 194 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Private.Xml\tests\Xslt\XslCompiledTransformApi\System.Xml.Xsl.XslCompiledTransformApi.Tests.csproj" /> |
195 | | - |
| 195 | + |
196 | 196 | <!-- Functional tests on devices have problems with return codes from mlaunch --> |
197 | 197 | <ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\$(TargetOS)\Device\**\*.Test.csproj" /> |
198 | 198 | </ItemGroup> |
|
214 | 214 | <!-- Has deps that JIT, need re-done in order to pass --> |
215 | 215 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Hosting/tests/UnitTests/Microsoft.Extensions.Hosting.Unit.Tests.csproj" /> |
216 | 216 |
|
217 | | - <!-- |
| 217 | + <!-- |
218 | 218 | Test suites hang and time out. |
219 | | - https://github.com/dotnet/runtime/issues/60713 |
| 219 | + https://github.com/dotnet/runtime/issues/60713 |
220 | 220 | --> |
221 | 221 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests/Microsoft.Extensions.DependencyInjection.ExternalContainers.Tests.csproj" /> |
222 | 222 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.NetworkInformation/tests/FunctionalTests/System.Net.NetworkInformation.Functional.Tests.csproj" /> |
|
230 | 230 | <!-- Excluding all tests for aot catalyst until building on helix works properly --> |
231 | 231 | <ItemGroup Condition="('$(TargetOS)' == 'MacCatalyst' and '$(BuildTestsOnHelix)' == 'true') and '$(RunDisablediOSTests)' != 'true'"> |
232 | 232 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)*\tests\**\*.Tests.csproj" /> |
233 | | - |
| 233 | + |
234 | 234 | <!-- No functional tests until helix stabilizes --> |
235 | 235 | <ProjectExclusions Include="$(RepoRoot)\src\tests\FunctionalTests\iOS\Simulator\**\*.Test.csproj" /> |
236 | 236 | </ItemGroup> |
237 | | - |
| 237 | + |
238 | 238 | <ItemGroup Condition="'$(TargetOS)' == 'MacCatalyst'"> |
239 | 239 | <ProjectExclusions Include="$(RepoRoot)/src/tests/FunctionalTests/iOS/Simulator/XmlFormatWriterGeneratorAOT/iOS.Simulator.XmlFormatWriterGeneratorAot.Test.csproj" /> |
240 | 240 | </ItemGroup> |
|
283 | 283 | <ItemGroup Condition="'$(TargetOS)' == 'Browser' and '$(RunDisabledWasmTests)' != 'true'"> |
284 | 284 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.NETCore.Platforms\tests\Microsoft.NETCore.Platforms.Tests.csproj" /> |
285 | 285 |
|
| 286 | + <!-- This test is disabled via an assembly-level attribute in source. We exclude it here to avoid queuing/running a work item entirely. |
| 287 | + https://github.com/dotnet/runtime/issues/35970 --> |
| 288 | + <ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Caching.Memory\tests\Microsoft.Extensions.Caching.Memory.Tests.csproj" /> |
| 289 | + |
| 290 | + <!-- This test is disabled via an assembly-level attribute in source. We exclude it here to avoid queuing/running a work item entirely. |
| 291 | + https://github.com/mono/mono/issues/16417 --> |
| 292 | + <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.ComponentModel.Composition\tests\System.ComponentModel.Composition.Tests.csproj" /> |
| 293 | + |
286 | 294 | <!-- Mono-Browser ignores runtimeconfig.template.json (e.g. for this it has "System.Globalization.EnforceJapaneseEraYearRanges": true) --> |
287 | 295 | <ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Globalization.Calendars\tests\CalendarTestWithConfigSwitch\System.Globalization.CalendarsWithConfigSwitch.Tests.csproj" /> |
288 | 296 |
|
|
0 commit comments