HW CI is flaky :( #2063

This commit is contained in:
rusefi 2020-12-18 23:32:30 -05:00
parent e48f6984d7
commit db1d73b495
1 changed files with 0 additions and 4 deletions

View File

@ -30,7 +30,6 @@ public class FunctionalTest {
ecu = EcuTestHelper.createInstance();
}
@Ignore
@Test
public void testCustomEngine() {
ecu.setEngineType(ET_DEFAULT_FRANKENSO);
@ -43,7 +42,6 @@ public class FunctionalTest {
// changeRpm(1500);
}
@Ignore
@Test
public void testMazdaMiata2003() {
ecu.setEngineType(ET_FRANKENSO_MIATA_NB2);
@ -95,9 +93,7 @@ public class FunctionalTest {
@Ignore
public void testCitroenBerlingo() {
ecu.setEngineType(ET_CITROEN_TU3JP);
// String msg = "Citroen";
ecu.changeRpm(1200);
// todo: add more content
}
@Test