File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/libraries/System.Diagnostics.DiagnosticSource/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ public async Task TestBasicReceiveAndResponseEvents()
145
145
}
146
146
}
147
147
148
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/112792" ) ]
148
149
[ OuterLoop ]
149
150
[ ConditionalFact ( typeof ( RemoteExecutor ) , nameof ( RemoteExecutor . IsSupported ) ) ]
150
151
public void TestW3CHeaders ( )
@@ -194,6 +195,7 @@ public void TestW3CHeadersTraceStateAndCorrelationContext()
194
195
{
195
196
using ( var eventRecords = new EventObserverAndRecorder ( ) )
196
197
{
198
+ Activity . DefaultIdFormat = ActivityIdFormat . W3C ;
197
199
var parent = new Activity ( "w3c activity" ) ;
198
200
parent . SetParentId ( ActivityTraceId . CreateRandom ( ) , ActivitySpanId . CreateRandom ( ) ) ;
199
201
parent . TraceStateString = "some=state" ;
You can’t perform that action at this time.
0 commit comments