[Android] Re-enable System.Net.Http.Functional.Tests#125481
Open
simonrozsival wants to merge 5 commits intodotnet:mainfrom
Open
[Android] Re-enable System.Net.Http.Functional.Tests#125481simonrozsival wants to merge 5 commits intodotnet:mainfrom
simonrozsival wants to merge 5 commits intodotnet:mainfrom
Conversation
…meout - Remove ActiveIssue disable for dotnet#124526 on Android CoreCLR - Increase Android Helix work item timeout from 30min to 60min to accommodate the ~1.5-1.6x slowdown from emulator 36.4.9 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
|
Tagging subscribers to this area: @karelz, @dotnet/ncl |
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Mar 12, 2026
Open
…crease The 2h timeout was set to diagnose dotnet#124526, but CI shows work items complete in ~11 min. Reverting to the original 30min to confirm the original timeout issue is no longer reproducible. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Mar 12, 2026
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
… runner" This reverts commit 2232807.
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Mar 16, 2026
Closed
Member
Author
|
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
vitek-karas
approved these changes
Mar 20, 2026
Member
vitek-karas
left a comment
There was a problem hiding this comment.
The PR seems to be "clean" in that the relevant Android tests are passing. I'd go with merging on red, the iOS failures are all infrastructure problems - the tests has been disabled recently #125771.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #124526
Re-enables
System.Net.Http.Functional.Testson Android CoreCLR by removing theActiveIssueattribute added in #125171.The tests were disabled because they were timing out on Android Helix queues. After investigation, the tests now pass on both Android Helix queues (x64-linux and arm64-win) with 0 failures and within the default 30min timeout.
While the tests pass, they run slower than they used to. The root cause is not yet identified and should be investigated separately.