From 3a8a5f12a58b262c8638cd462624c02a833d5806 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Wed, 11 Mar 2026 10:04:48 +0100 Subject: [PATCH] [wasm][coreclr] NOREVIEW, Try to enable async v2 --- eng/testing/tests.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/testing/tests.targets b/eng/testing/tests.targets index 1dd5cdd9dfbdaa..9336d5bdc24913 100644 --- a/eng/testing/tests.targets +++ b/eng/testing/tests.targets @@ -4,7 +4,6 @@ and '$(TestNativeAot)' != 'true' and ('$(TestReadyToRun)' != 'true' or '$(UseRuntimeAsync)' == 'true') and '$(UseNativeAOTRuntime)' != 'true' - and '$(TargetOS)' != 'browser' and '$(TargetOS)' != 'wasi' and '$(TargetOS)' != 'android' and '$(TargetsAppleMobile)' != 'true'