Fix failing TestExistsForEachContainerType test
This commit is contained in:
parent
55dfcfae52
commit
fc5352198b
1 changed files with 15 additions and 0 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue