something ? HIP / SPI pin conflict does not fail gracefully #2108

undoing unneeded change?
This commit is contained in:
rusefillc 2020-12-20 19:54:36 -05:00
parent e4637ea114
commit e410afe543
1 changed files with 2 additions and 2 deletions

View File

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