i bet it does not matter

This commit is contained in:
rusefillc 2020-12-18 17:15:59 -05:00
parent 1fb3b63711
commit f9cddcc5e4
1 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ 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;
@ -30,7 +29,6 @@ public class FunctionalTest {
ecu = EcuTestHelper.createInstance();
}
@Ignore
@Test
public void testCustomEngine() {
ecu.setEngineType(ET_DEFAULT_FRANKENSO);
@ -64,7 +62,6 @@ public class FunctionalTest {
}
@Test
@Ignore
public void testBmwE34() {
ecu.setEngineType(ET_BMW_E34);
ecu.sendCommand("chart 1");
@ -227,7 +224,6 @@ public class FunctionalTest {
}
@Test
@Ignore
public void testRoverV8() {
ecu.setEngineType(ET_ROVER_V8);
}