From 6c50a2531596fb74fc41ae2dc8c41f4eb4749294 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Thu, 27 May 2021 22:35:31 -0400 Subject: [PATCH] Disable wasm.build.tests failing due to https://github.com/dotnet/runtime/issues/53405 --- eng/pipelines/runtime.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 818fb1360a886..ea8796904da9e 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -296,7 +296,7 @@ jobs: creator: dotnet-bot testRunNamePrefixSuffix: Mono_$(_BuildConfig) scenarios: - - buildwasmapps + #- buildwasmapps - https://github.com/dotnet/runtime/issues/53405 - normal - wasmtestonbrowser condition: >-