fix W3CTraceContextTests integration test (#3938)
This commit is contained in:
parent
943c856c1c
commit
2f492b2fc0
|
|
@ -96,7 +96,7 @@ namespace OpenTelemetry.Instrumentation.W3cTraceContext.Tests
|
|||
// 2) harness sends an invalid traceparent with illegal characters in trace_flags ... FAIL
|
||||
string lastLine = ParseLastLine(result);
|
||||
this.output.WriteLine("result:" + result);
|
||||
Assert.StartsWith("FAILED (failures=2)", lastLine);
|
||||
Assert.StartsWith("FAILED (failures=3)", lastLine);
|
||||
}
|
||||
|
||||
private static string RunCommand(string command, string args)
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ services:
|
|||
command: --TestCaseFilter:CategoryName=W3CTraceContextTests
|
||||
environment:
|
||||
- OTEL_W3CTRACECONTEXT=enabled
|
||||
- SPEC_LEVEL=2
|
||||
|
|
|
|||
Loading…
Reference in New Issue