From 22e0cd375b12e2ff29c51a8d9a69fd00be2780e8 Mon Sep 17 00:00:00 2001 From: Lars Brubaker Date: Mon, 24 Jan 2022 11:14:33 -0800 Subject: [PATCH] turn off non-test --- Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs b/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs index cb5a3cf2e..ba82b665a 100644 --- a/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs +++ b/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs @@ -57,7 +57,7 @@ M300 S750 P30 ; Pause Tone"; [Test, RunInApplicationDomain] public void ModifyPrinterProfiles() { - // This is not really a test. It updaets our profiles with new settings + // This is not really a test. It updaets our profiles with new settings. return; StaticData.RootPath = TestContext.CurrentContext.ResolveProjectPath(4, "StaticData");