Covert disabled test filter categories to Ignore attributes
- Issue MatterHackers/MCCentral#2257 Convert FixNeeded and WorkInProgress test categories into Ignore attributes
This commit is contained in:
parent
7ebd70b777
commit
4060956529
4 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
[TestFixture]
|
||||
public class PrinterConfigurationTests
|
||||
{
|
||||
[Test, Category("PrinterConfigurationFiles"), Category("FixNeeded" /* Not Finished/previously ignored */)]
|
||||
[Test, Category("PrinterConfigurationFiles"), Ignore("Not Finished/previously ignored")]
|
||||
public void PrinterConfigTests()
|
||||
{
|
||||
string staticDataPath = TestContext.CurrentContext.ResolveProjectPath(5, "MatterControl", "StaticData");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue