From 63c376f7529355caa2e746f44755f356167b944e Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 2 May 2024 18:09:07 -0500 Subject: [PATCH] Disable the wasi-aot-library tests on windows The clang in the wasi-sdk is a 32bit exe and it is failing to do aot compilation correctly so disable the lane until that is fixed https://github.com/dotnet/runtime/issues/101533 --- eng/pipelines/runtime.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index dbf8e0a7fcc1e..cb7aadde9fab6 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -888,7 +888,6 @@ extends: - browser_wasm - browser_wasm_win - wasi_wasm - - wasi_wasm_win nameSuffix: _Smoke_AOT runAOT: true shouldRunSmokeOnly: true