diff --git a/java_console/autotest/src/com/rusefi/FunctionalTest.java b/java_console/autotest/src/com/rusefi/FunctionalTest.java index 2d7de0bc4f..c8d4fb699b 100644 --- a/java_console/autotest/src/com/rusefi/FunctionalTest.java +++ b/java_console/autotest/src/com/rusefi/FunctionalTest.java @@ -7,6 +7,7 @@ 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; @@ -62,6 +63,7 @@ public class FunctionalTest { } @Test + @Ignore("this configuration does scary things to SPI") public void testBmwE34() { ecu.setEngineType(ET_BMW_E34); ecu.sendCommand("chart 1");