Skip to content

Commit

Permalink
revert not related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubch1 committed Jun 11, 2020
1 parent daaef85 commit 7d7d8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private JsonDataSerializer()
// MemoryTraceWriter can help diagnose serialization issues. Enable it for
// debug builds only.
// Note that MemoryTraceWriter is not thread safe, please don't use it in parallel
// test run. See https://github.com/JamesNK/Newtonsoft.Json/issues/1279
// test runs. See https://github.com/JamesNK/Newtonsoft.Json/issues/1279
payloadSerializer.TraceWriter = new MemoryTraceWriter();
payloadSerializer2.TraceWriter = new MemoryTraceWriter();
#endif
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public FrameworkHandle(ITestCaseEventsHandler testCaseEventsHandler, ITestRunCac


/// <summary>
/// Give a hint to the execution framework to enable the shutdown of execution process after the test run is complete. This should be used only in out of process test run when IRunContext.KeepAlive is true
/// Give a hint to the execution framework to enable the shutdown of execution process after the test run is complete. This should be used only in out of process test runs when IRunContext.KeepAlive is true
/// and should be used only when absolutely required as using it degrades the performance of the subsequent run.
/// It throws InvalidOperationException when it is attempted to be enabled when keepAlive is false.
/// </summary>
Expand Down

0 comments on commit 7d7d8a1

Please sign in to comment.