[release/8.0][browser] Disable debugger tests on CI (#108178)#128133
Merged
akoeplinger merged 1 commit intoMay 14, 2026
Merged
Conversation
(cherry picked from commit 5b9bba7)
Member
Author
|
Test-only change that we did in main already, marking Servicing-approved. |
Contributor
|
Tagging subscribers to this area: @steveisok, @thaystg, @dotnet/dotnet-diag |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR backports the change to stop running the Mono WebAssembly debugger test suite on CI by removing its Helix submission plumbing and pipeline legs, addressing CI instability/failures described in #128130.
Changes:
- Remove Azure Pipelines jobs/templates that schedule Wasm debugger tests (including extra-platform legs and default path subset evaluation).
- Remove the Helix “wasmdebuggertests” scenario wiring in
sendtohelix.projand related wasm targets/project configuration. - Remove Makefile targets used to build/submit Wasm debugger tests to Helix.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/mono/wasm/Makefile | Removes Helix build/submit targets for Wasm debugger tests. |
| src/mono/wasm/debugger/Wasm.Debugger.Tests/wasm.helix.targets | Deletes the custom Helix work item expansion for debugger tests. |
| src/mono/wasm/debugger/Wasm.Debugger.Tests/Wasm.Debugger.Tests.csproj | Stops referencing the deleted Helix targets file. |
| src/mono/wasi/Makefile | Removes Helix build/submit targets for Wasm debugger tests. |
| src/libraries/tests.proj | Removes building the Wasm debugger test wrapper project as part of browser test traversal; updates sample-running condition. |
| src/libraries/sendtohelix.proj | Removes per-debugger-host project fan-out for the wasmdebuggertests scenario. |
| src/libraries/sendtohelix-wasm.targets | Removes the IsWasmDebuggerTests scenario marker property. |
| eng/pipelines/runtime.yml | Removes the Wasm debugger tests leg from the main runtime pipeline. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml | Removes Wasm debugger test legs from extra-platform/wasm pipelines. |
| eng/pipelines/common/templates/wasm-debugger-tests.yml | Deletes the shared pipeline template used to run Wasm debugger tests. |
| eng/pipelines/common/evaluate-default-paths.yml | Removes the wasmdebuggertests path subset evaluation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
steveisok
approved these changes
May 13, 2026
Member
Author
|
/ba-g unrelated failures on Apple platforms |
9b4cc2d
into
dotnet:release/8.0-staging
193 of 199 checks passed
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.
Backport of #108178 to release/8.0-staging
Fixes #128130