remove dangerous pin options from E34 config #2105

This commit is contained in:
rusefillc 2020-12-18 18:55:02 -05:00
parent 690ab7e917
commit 3cb2439ff7
1 changed files with 2 additions and 0 deletions

View File

@ -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");