On 2018-01-20, Stefan Bodewig wrote: > I have disabled the test conditionallly on Linux and the Jenkins build > now finishes the tests on Linux.
But not reliably, there seems to be another test that crashes the test runner from time to time. https://developercommunity.visualstudio.com/content/problem/56318/the-active-test-run-was-aborted-reason-unable-to-c.html indicates there is no way for us to avoid the crashed test runner or to get decent information about which test is responsible for the crash (we may be able to see somthing if we increase verbosity again, oh my). There are reports of this problem being fixed in .NET Core 2.x but that won't help us. Unfortunately it doesn't seem to happen on the local docker image I've created for my own tests. This really is frustrating. Stefan