We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f10e7 commit 2410737Copy full SHA for 2410737
src/libraries/tests.proj
@@ -336,6 +336,8 @@
336
<!-- App Crash https://github.com/dotnet/runtime/issues/53624 -->
337
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Requests/tests/System.Net.Requests.Tests.csproj" />
338
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Net.Security/tests/FunctionalTests/System.Net.Security.Tests.csproj" />
339
+ <!-- Reference deleted by _CopyTestArchive https://github.com/dotnet/runtime/issues/80976 -->
340
+ <ProjectExclusions Include="$(RepoRoot)/src/tests/FunctionalTests/iOS/Simulator/StartupHook/iOS.Simulator.StartupHook.Test.csproj" />
341
</ItemGroup>
342
343
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(RunDisabledWasmTests)' != 'true' and '$(RunAOTCompilation)' != 'true'">
0 commit comments