From 87c3aeab2eef0375b5782e5bbd7eb062fa2cb190 Mon Sep 17 00:00:00 2001 From: LarsBrubaker Date: Thu, 13 Aug 2020 07:37:44 -0700 Subject: [PATCH] compile and continue not saved --- Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs b/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs index d18c235d3..1927efaea 100644 --- a/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs +++ b/Tests/MatterControl.Tests/MatterControl/OemProfileTests.cs @@ -435,11 +435,6 @@ namespace MatterControl.Tests.MatterControl // this needs to be fixed printer.RuleViolated = true; } - - if (!string.IsNullOrEmpty(supportMaterialInterfaceExtruder) && printer.Oem != "Esagono") - { - Assert.AreEqual("1", supportMaterialInterfaceExtruder, "[support_material_interface_extruder] must be assigned to extruder 1: " + printer.RelativeFilePath); - } }); }