[testing] Ignore sample tests for ga#32150
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR temporarily disables sample content template tests for .NET 10.0 GA due to a dependency conflict with CommunityToolkit.Maui, which currently only supports .NET MAUI 9.x and is incompatible with the 10.0.0 release.
Key Changes:
- Three test cases using
--sample-contentflag are commented out to prevent build failures - Tests will be re-enabled once CommunityToolkit.Maui releases a version compatible with .NET 10.0
jsuarezruiz
reviewed
Oct 22, 2025
Member
Author
|
/backport to release/10.0.1xx |
Contributor
|
Started backporting to release/10.0.1xx: https://github.com/dotnet/maui/actions/runs/18715968500 |
Added a TODO comment regarding re-enabling tests for .NET 10 support.
jfversluis
approved these changes
Oct 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Change
Sample tests are failing because Community Toolkit doesn't support net10.0 GA
Related issue:
#32151