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); } }