Skip to content

Commit 445ad63

Browse files
committed
Fix test
1 parent f3f146d commit 445ad63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tracer/test/Datadog.Trace.Tools.dd_dotnet.ArtifactTests/CreatedumpTests.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ public async Task WriteCrashReport()
288288

289289
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
290290
{
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");
291+
report["sig_info"]!["si_signo"]!.Value<string>().Should().Be("6");
293292
}
294293
}
295294

0 commit comments

Comments
 (0)