From 8bdaaecc6651f7514c17f153eb35ea4be906b32f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 26 Jun 2026 08:38:35 +0000 Subject: [PATCH] Add ActiveIssue for SendAsync_Success_ConnectionSetupActivityGraphRecorded (#129771) Co-authored-by: jakobbotsch <7887810+jakobbotsch@users.noreply.github.com> --- .../System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs index f6a843cf21f530..a61aac0f808451 100644 --- a/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs +++ b/src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs @@ -577,6 +577,7 @@ protected static void VerifyTag(KeyValuePair[] tags, string } } + [ActiveIssue("https://github.com/dotnet/runtime/issues/129771")] [ConditionalTheory(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))] [InlineData(false)] [InlineData(true)]