The memory leak tests require the resharper unit test runner to run.
We should look into how we can get this to work without it.
Issue found as part of #1867
We need to follow potentially the instructions in here to run with Xunit 2 https://blog.jetbrains.com/dotnet/2015/09/15/memory-testing-on-a-ci-server-dotmemory-unit-standalone-launcher/
.NET Tools BlogAfter we announced the dotMemory Unit framework, the most frequently asked question was, “When will the standalone launcher for CI be available?” Finally, the time has come! Along with dotMemory 4.4, we have also released dotMemory Unit 2.0 which contains … Continue reading →
@glennawatson are these the unit tests that I removed recently, or something different?
There is a jet brains project
Most helpful comment
We need to follow potentially the instructions in here to run with Xunit 2 https://blog.jetbrains.com/dotnet/2015/09/15/memory-testing-on-a-ci-server-dotmemory-unit-standalone-launcher/