We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f146d commit 445ad63Copy full SHA for 445ad63
tracer/test/Datadog.Trace.Tools.dd_dotnet.ArtifactTests/CreatedumpTests.cs
@@ -288,8 +288,7 @@ public async Task WriteCrashReport()
288
289
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
290
{
291
- // TODO for now there is no siginfo. Need to wait for next libdatadog version
292
- // report["sig_info"]!["si_signo"]!.Value<string>().Should().Be("6");
+ report["sig_info"]!["si_signo"]!.Value<string>().Should().Be("6");
293
}
294
295
0 commit comments