[testing] Ignore ConnectivityChanged_Does_Not_Crash while crashing on…#29679
Merged
[testing] Ignore ConnectivityChanged_Does_Not_Crash while crashing on…#29679
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR temporarily ignores the ConnectivityChanged_Does_Not_Crash test due to a known issue with net10 preview 5, as tracked in issue #29678.
- Temporarily skips a failing test to avoid crashes during Device tests on iOS and Android.
- References the upstream issue for future resolution.
Comments suppressed due to low confidence (1)
src/Essentials/test/DeviceTests/Tests/Connectivity_Tests.cs:26
- Ensure that the temporary skip for the failing test is tracked and that a clear plan exists to re-enable the test once the issue is resolved.
[Fact(Skip = "This test is failing on net10 preview 5, needs investigation - https://github.com/dotnet/maui/issues/29678")]
mattleibow
approved these changes
May 26, 2025
jsuarezruiz
approved these changes
May 27, 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
When moving to net10 preview 5 on this commit the test ConnectivityChanged_Does_Not_Crash started crashing the Device tests on iOS and Android , so ignoring the test for now, and created issue #29678 to follow up with iOS team