[release/9.0] Disable all MT tests on CI by ilonatommy · Pull Request #116747 · dotnet/runtime
Disables MT tests due to failures in #116492.
Copilot AI review requested due to automatic review settings
June 17, 2025 15:09Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR disables multi-threaded tests on CI due to failures tracked in #116492.
- Disables the wasm-library-tests template in the main runtime pipeline configuration.
- Disables the Mono multithreaded build in the official runtime pipeline.
- Disables the additional wasm build-only job in the extra-platforms configuration.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| eng/pipelines/runtime.yml | Disabled wasm-library-tests and related threading jobs. |
| eng/pipelines/runtime-official.yml | Disabled Mono multithreaded build configurations. |
| eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml | Disabled additional MultiThreaded build-only job. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. we can treat this as tell mode
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