Fix failing TestExistsForEachContainerType test

This commit is contained in:
John Lewin 2018-04-30 07:06:41 -07:00
parent 55dfcfae52
commit fc5352198b

View file

@ -224,6 +224,21 @@ namespace MatterControl.Tests.MatterControl
onIdlePumpActive = false;
}
[Test, Ignore("Not implemented")]
public async Task PartHistoryContainerTest()
{
}
[Test, Ignore("Not implemented")]
public async Task RootHistoryContainerTest()
{
}
[Test, Ignore("Not implemented")]
public async Task HistoryContainerBaseTest()
{
}
[Test, Ignore("Not implemented")]
public async Task McxContainerTest()
{