From 4c0219838e182a75396f4408676affcf519fbf6f Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Wed, 12 May 2021 23:16:43 +0200 Subject: [PATCH] Run disabled wasm tests on windows Context: https://github.com/dotnet/runtime/issues/52138 --- eng/pipelines/runtime-staging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 14e43ee73e0a0..9c51858216d3f 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -343,7 +343,7 @@ jobs: jobParameters: testGroup: innerloop nameSuffix: Browser_wasm_Windows - buildArgs: -subset mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true + buildArgs: -subset mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:RunDisabledWasmTestsOnWindows=true timeoutInMinutes: 120 condition: >- or(