From 4a48e2d2b323d87762a3fa6cb620c18b8030e952 Mon Sep 17 00:00:00 2001 From: John Lewin Date: Thu, 3 Nov 2016 09:09:06 -0700 Subject: [PATCH] Disable broken automation test, fix typo --- Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs | 2 +- Tests/MatterControl.AutomationTests/PrintQueueTests.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs b/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs index 3c8d4d1e8..faaa21f82 100644 --- a/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs +++ b/Tests/MatterControl.AutomationTests/HardwareLevelingUITests.cs @@ -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) => diff --git a/Tests/MatterControl.AutomationTests/PrintQueueTests.cs b/Tests/MatterControl.AutomationTests/PrintQueueTests.cs index afc265258..f9c5f3121 100644 --- a/Tests/MatterControl.AutomationTests/PrintQueueTests.cs +++ b/Tests/MatterControl.AutomationTests/PrintQueueTests.cs @@ -229,7 +229,7 @@ namespace MatterHackers.MatterControl.Tests.Automation } [Test, Apartment(ApartmentState.STA)] - public async Task AddMuiltipleItemsToQueue() + public async Task AddMultipleItemsToQueue() { AutomationTest testToRun = (testRunner) => {