I have applied the NUNIT Ignore attribute to a number of classes in my
test project. When I run these test assemblies in the NUNIT GUI, the
tests in those classes are ignored (as expected). When I run these
test assemblies in my main developer machine using TestDriven .NET
that was built a while ago, the tests in those classes are also
ignored. So far so good.
The problem I am having is that when I execute the tests on a newly
built machine using TestDriven .NET, it appears to ignore the Ignore
attribute and attempt to run all of the tests in the class.
Any ideas?
Todd