We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e3ff2 commit 6758abdCopy full SHA for 6758abd
src/libraries/System.Diagnostics.DiagnosticSource/tests/HttpHandlerDiagnosticListenerTests.cs
@@ -145,6 +145,7 @@ public async Task TestBasicReceiveAndResponseEvents()
145
}
146
147
148
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/112792")]
149
[OuterLoop]
150
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
151
public void TestW3CHeaders()
@@ -194,6 +195,7 @@ public void TestW3CHeadersTraceStateAndCorrelationContext()
194
195
{
196
using (var eventRecords = new EventObserverAndRecorder())
197
198
+ Activity.DefaultIdFormat = ActivityIdFormat.W3C;
199
var parent = new Activity("w3c activity");
200
parent.SetParentId(ActivityTraceId.CreateRandom(), ActivitySpanId.CreateRandom());
201
parent.TraceStateString = "some=state";
0 commit comments