From 377c145906f703ed70a76c720cf11cadf9620c42 Mon Sep 17 00:00:00 2001 From: Matous Kozak Date: Wed, 4 Mar 2026 09:16:19 +0000 Subject: [PATCH] disable tests --- .../System.Net.Http/tests/FunctionalTests/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/AssemblyInfo.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/AssemblyInfo.cs index 8a8ad46f70f81a..f648bf1a0ac67e 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/AssemblyInfo.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/AssemblyInfo.cs @@ -6,3 +6,4 @@ [assembly: SkipOnCoreClr("System.Net.Tests are flaky and/or long running: https://github.com/dotnet/runtime/issues/131", ~RuntimeConfiguration.Release)] [assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/131", ~(TestPlatforms.Android | TestPlatforms.Browser | TestPlatforms.Wasi), TargetFrameworkMonikers.Any, TestRuntimes.Mono)] // System.Net.Tests are flaky and/or long running +[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/124526", TestPlatforms.Android, TargetFrameworkMonikers.Any, TestRuntimes.CoreCLR)]