Merge pull request #1576 from jlewin/1.6.0
Disable broken automation test, fix typo
This commit is contained in:
commit
c02dc4bbd1
2 changed files with 2 additions and 2 deletions
|
|
@ -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) =>
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ namespace MatterHackers.MatterControl.Tests.Automation
|
|||
}
|
||||
|
||||
[Test, Apartment(ApartmentState.STA)]
|
||||
public async Task AddMuiltipleItemsToQueue()
|
||||
public async Task AddMultipleItemsToQueue()
|
||||
{
|
||||
AutomationTest testToRun = (testRunner) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue