From e410afe543d9bd185218bd6985c1e1b43fa96d57 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sun, 20 Dec 2020 19:54:36 -0500 Subject: [PATCH] something ? HIP / SPI pin conflict does not fail gracefully #2108 undoing unneeded change? --- .../src/com/rusefi/functional_tests/EcuTestHelper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_console/autotest/src/com/rusefi/functional_tests/EcuTestHelper.java b/java_console/autotest/src/com/rusefi/functional_tests/EcuTestHelper.java index 12ccc55229..ecfa36e473 100644 --- a/java_console/autotest/src/com/rusefi/functional_tests/EcuTestHelper.java +++ b/java_console/autotest/src/com/rusefi/functional_tests/EcuTestHelper.java @@ -134,7 +134,7 @@ public class EcuTestHelper { sleepSeconds(3); sendCommand(getEnableCommand(Fields.CMD_PWM)); sendCommand(getEnableCommand(Fields.CMD_SELF_STIMULATION)); - // we need to skip one chart since it might have been produced with previous engine type - TestingUtils.nextChart(commandQueue); +// // we need to skip one chart since it might have been produced with previous engine type +// TestingUtils.nextChart(commandQueue); } }