From a2a0bfa51aeaeca5c002ce800f5718a0481fb792 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 19 Dec 2020 07:15:33 -0500 Subject: [PATCH] HW CI is flaky :( #2063 slow forward movement --- java_console/autotest/src/com/rusefi/FunctionalTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/FunctionalTest.java b/java_console/autotest/src/com/rusefi/FunctionalTest.java index 8b3601b581..6057dee716 100644 --- a/java_console/autotest/src/com/rusefi/FunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/FunctionalTest.java @@ -56,7 +56,6 @@ public class FunctionalTest { } @Test - @Ignore public void testSachs() { ecu.setEngineType(ET_SACHS); // String msg = "BMW"; @@ -230,7 +229,6 @@ public class FunctionalTest { } @Test - @Ignore public void testRoverV8() { ecu.setEngineType(ET_ROVER_V8); }