From e293b19f820c1640cf53770ce6b5357f6347c357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 1 Jul 2026 12:30:42 +0900 Subject: [PATCH] Exclude Microsoft.Extensions.Hosting tests on NAOT and R2R Added project exclusion for Microsoft.Extensions.Hosting functional tests due to issue #129832. --- src/libraries/tests.proj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 7ff2bc5006b9f3..628047d91219ee 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -389,6 +389,9 @@ + + + @@ -651,6 +654,9 @@ + + +