HW CI is flaky :( #2063
This commit is contained in:
parent
f79d2e052b
commit
7b97a60a44
|
@ -94,7 +94,6 @@ public class FunctionalTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void test2003DodgeNeon() {
|
public void test2003DodgeNeon() {
|
||||||
ecu.setEngineType(ET_DODGE_NEON_2003_CRANK);
|
ecu.setEngineType(ET_DODGE_NEON_2003_CRANK);
|
||||||
ecu.sendCommand("set wwaeTau 0");
|
ecu.sendCommand("set wwaeTau 0");
|
||||||
|
@ -162,7 +161,6 @@ public class FunctionalTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Ignore
|
|
||||||
public void testMazdaProtege() {
|
public void testMazdaProtege() {
|
||||||
ecu.setEngineType(ET_FORD_ESCORT_GT);
|
ecu.setEngineType(ET_FORD_ESCORT_GT);
|
||||||
EngineChart chart;
|
EngineChart chart;
|
||||||
|
|
Loading…
Reference in New Issue