[iOS] Skip test suites that take too long to build on helix (#72849)
authorSteve Pfister <steveisok@users.noreply.github.com>
Wed, 27 Jul 2022 01:37:30 +0000 (18:37 -0700)
committerGitHub <noreply@github.com>
Wed, 27 Jul 2022 01:37:30 +0000 (21:37 -0400)
commitc421a7cd33923c380fac2c91339ee43895d19526
treeab0e82ea8c0ea05b11441bcfbd77f78e63a1db2e
parentfbced1bc70cb7560e3760f2ea9c8e6d06d838dad
[iOS] Skip test suites that take too long to build on helix (#72849)

System.Text.RegularExpressions, Microsoft.Extensions.Logging.Generators.Roslyn4.0.Tests, and STJ source generator tests take too long to build on helix and time out before any tests are run. This is due in part to the amount of aot'd code, which ends up ballooning the app size to around 1GB.  The solution is to enable aggressive trimming targets that are in tests.mobile.targets as this will shrink the app size considerably.

Skipping these tests for now.

Addresses https://github.com/dotnet/runtime/issues/72834

Addresses https://github.com/dotnet/runtime/issues/72836
src/libraries/tests.proj