Skip to content

Commit 11b4252

Browse files
Copilotjakobbotsch
andauthored
Add ActiveIssue for SendAsync_Success_ConnectionSetupActivityGraphRecorded (#129886)
`DiagnosticsTest.SendAsync_Success_ConnectionSetupActivityGraphRecorded` fails intermittently. ### Changes - Annotate the test with `[ActiveIssue("https://github.com/dotnet/runtime/issues/129771")]` in `DiagnosticsTests.cs` to skip it while the underlying race is investigated. Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jakobbotsch <7887810+jakobbotsch@users.noreply.github.com>
1 parent de11262 commit 11b4252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/System.Net.Http/tests/FunctionalTests/DiagnosticsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,7 @@ protected static void VerifyTag<T>(KeyValuePair<string, object?>[] tags, string
577577
}
578578
}
579579

580+
[ActiveIssue("https://github.com/dotnet/runtime/issues/129771")]
580581
[ConditionalTheory(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
581582
[InlineData(false)]
582583
[InlineData(true)]

0 commit comments

Comments
 (0)