[release/9.0] Disable all MT tests on CI by ilonatommy · Pull Request #116747 · dotnet/runtime

@ilonatommy

Disables MT tests due to failures in #116492.

@ilonatommy

Copilot AI review requested due to automatic review settings

June 17, 2025 15:09

Choose 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.

jeffschwMSFT

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

ilonatommy added a commit to ilonatommy/runtime that referenced this pull request

Jul 5, 2025

@ilonatommy