From 9e9667500701fd27b54ffc06ec6a5ec0583f8651 Mon Sep 17 00:00:00 2001 From: Larry Ewing Date: Thu, 2 May 2024 20:29:51 -0500 Subject: [PATCH] Disable the wasi-aot-library tests on windows (#101827) 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