Convert disabled tests to FixNeeded category
This commit is contained in:
parent
72165bc252
commit
f53f8f2a1b
8 changed files with 10 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue