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