[System.Runtime.Remoting] Use NotWorking category for test instead of Ignore attribute
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 31 Jul 2015 19:06:05 +0000 (21:06 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 31 Jul 2015 19:06:05 +0000 (21:06 +0200)
commit832f63035ff9912284e4acf2093d10437bc2a063
tree104cf1772c2417e2cf2c042ce03c357efec6725c
parentdd36f93fa52e79dc45f4c881cf51216e0296885a
[System.Runtime.Remoting] Use NotWorking category for test instead of Ignore attribute

The TestFixtureSetUp would sometimes fail in CI, but none of the tests in this class are
actually run since they are all either [Category("NotWorking")] or [Ignore].

Moving the one test from Ignore to NotWorking category allows NUnit to recognize there
are no tests to run and skips the unnecessary TestFixtureSetUp completely.
mcs/class/System.Runtime.Remoting/Test/HttpServerChannelTests.cs