Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Skip test suites that take too long to build on helix #72849

Merged
merged 1 commit into from
Jul 27, 2022

Commits on Jul 26, 2022

  1. [iOS] Skip test suites that take too long to build on helix

    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 dotnet#72834
    
    Addresses dotnet#72836
    Steve Pfister committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    30855e8 View commit details
    Browse the repository at this point in the history