From f9cddcc5e4fe9a64c1cf3582b75a38ea5b0cbc62 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 18 Dec 2020 17:15:59 -0500 Subject: [PATCH] i bet it does not matter --- java_console/autotest/src/com/rusefi/FunctionalTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/FunctionalTest.java b/java_console/autotest/src/com/rusefi/FunctionalTest.java index 803e2460d3..2d7de0bc4f 100644 --- a/java_console/autotest/src/com/rusefi/FunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/FunctionalTest.java @@ -7,7 +7,6 @@ import com.rusefi.functional_tests.EcuTestHelper; import com.rusefi.waves.EngineChart; import com.rusefi.waves.EngineReport; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import static com.rusefi.IoUtil.getEnableCommand; @@ -30,7 +29,6 @@ public class FunctionalTest { ecu = EcuTestHelper.createInstance(); } - @Ignore @Test public void testCustomEngine() { ecu.setEngineType(ET_DEFAULT_FRANKENSO); @@ -64,7 +62,6 @@ public class FunctionalTest { } @Test - @Ignore public void testBmwE34() { ecu.setEngineType(ET_BMW_E34); ecu.sendCommand("chart 1"); @@ -227,7 +224,6 @@ public class FunctionalTest { } @Test - @Ignore public void testRoverV8() { ecu.setEngineType(ET_ROVER_V8); }