Convert disabled tests to FixNeeded category

This commit is contained in:
John Lewin 2016-10-04 18:46:40 -07:00
parent 72165bc252
commit f53f8f2a1b
8 changed files with 10 additions and 11 deletions

View file

@ -191,7 +191,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
Assert.IsTrue(testHarness.AllTestsPassed(3));
}
[Test, Apartment(ApartmentState.STA), RunInApplicationDomain, Ignore("Not Finished")]
[Test, Apartment(ApartmentState.STA), RunInApplicationDomain, Category("FixNeeded" /* Not Finished */)]
public void UndoRedoCopy()
{
// Run a copy of MatterControl