From e3398775ce993587d5e51b481552d70f013868c0 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Mon, 14 Dec 2020 22:22:31 -0500 Subject: [PATCH] Revert "one more step forward" This reverts commit e0f4dbd1 --- java_console/autotest/src/com/rusefi/FunctionalTest.java | 2 ++ 1 file changed, 2 insertions(+) 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); }