diff --git a/java_console/autotest/src/com/rusefi/FunctionalTest.java b/java_console/autotest/src/com/rusefi/FunctionalTest.java index 24aa63c9d5..5928bddc03 100644 --- a/java_console/autotest/src/com/rusefi/FunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/FunctionalTest.java @@ -198,7 +198,6 @@ public class FunctionalTest { } @Test - @Ignore public void test1995DodgeNeon() { ecu.setEngineType(ET_DODGE_NEON_1995); EngineChart chart; @@ -234,7 +233,6 @@ public class FunctionalTest { } @Test - @Ignore public void testRoverV8() { ecu.setEngineType(ET_ROVER_V8); }