Merge pull request #1576 from jlewin/1.6.0

Disable broken automation test, fix typo
This commit is contained in:
johnlewin 2016-11-03 09:53:18 -07:00 committed by GitHub
commit c02dc4bbd1
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
await MatterControlUtilities.RunTest(testToRun, overrideHeight: 800);
}
[Test, Apartment(ApartmentState.STA)]
[Test, Apartment(ApartmentState.STA), Category("FixNeeded" /* See https://github.com/MatterHackers/MatterControl/issues/1565 for details */)]
public async Task SoftwareLevelingRequiredCorrectWorkflow()
{
AutomationTest testToRun = (testRunner) =>

View file

@ -229,7 +229,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
}
[Test, Apartment(ApartmentState.STA)]
public async Task AddMuiltipleItemsToQueue()
public async Task AddMultipleItemsToQueue()
{
AutomationTest testToRun = (testRunner) =>
{