Skip to content

Commit da591a5

Browse files
committed
Fix Process disposal
1 parent 6688da9 commit da591a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tracer/test/Datadog.Trace.TestHelpers/ProcessHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ public virtual void Dispose(int waitForExitTimeout)
130130
// Ignore exceptions when killing the process, as it may have already exited
131131
}
132132
}
133-
134-
Process.Dispose();
135133
}
136134
}
137135
}

0 commit comments

Comments
 (0)