Workarounds for failing tests

- Issue MatterHackers/MCCentral#2789
Write fixes for BranchEditContainerTest
This commit is contained in:
John Lewin 2018-02-08 22:56:50 -08:00
parent 25abc10a66
commit 92fda06ac1
2 changed files with 9 additions and 0 deletions

View file

@ -224,6 +224,10 @@ namespace MatterControl.Tests.MatterControl
onIdlePumpActive = false;
}
[Test, Ignore("Not implemented")]
public async Task BranchEditContainerTest()
{
}
[Test, Ignore("Not implemented")]
public async Task CalibrationPartsContainerTest()