Remove Assert.Fail() calls in ThreadTest when running on Windows
authorNiklas Therning <niklas@therning.org>
Thu, 8 Sep 2016 13:26:25 +0000 (15:26 +0200)
committerNiklas Therning <niklas@therning.org>
Thu, 8 Sep 2016 13:28:34 +0000 (15:28 +0200)
The tests that fail like this actually work just fine on Mono on Windows.
Added the NotDotNet category to the CurrentThread_Domains() test since it
fails on .NET.


No differences found