HW CI is flaky :( #2063

more forward progress
This commit is contained in:
rusefillc 2020-12-21 09:46:02 -05:00
parent 67d0d7b330
commit f79d2e052b
1 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ public class FunctionalTest {
// sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage // sendCommand("get nosuchgettersdfsdfsdfsdf"); // just test coverage
} }
@Ignore
@Test @Test
public void testCamaro() { public void testCamaro() {
ecu.setEngineType(ET_CAMARO); ecu.setEngineType(ET_CAMARO);
@ -89,7 +88,6 @@ public class FunctionalTest {
} }
@Test @Test
@Ignore
public void testCitroenBerlingo() { public void testCitroenBerlingo() {
ecu.setEngineType(ET_CITROEN_TU3JP); ecu.setEngineType(ET_CITROEN_TU3JP);
ecu.changeRpm(1200); ecu.changeRpm(1200);