one step back with HW CI
This commit is contained in:
parent
58a48a9d9f
commit
a0cdb05771
|
@ -7,6 +7,7 @@ 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;
|
||||
|
@ -21,6 +22,7 @@ import static com.rusefi.config.generated.Fields.*;
|
|||
* @author Andrey Belomutskiy
|
||||
* 3/5/14
|
||||
*/
|
||||
@Ignore
|
||||
public class FunctionalTest {
|
||||
private EcuTestHelper ecu;
|
||||
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
package com.rusefi;
|
||||
|
||||
import com.rusefi.functional_tests.EcuTestHelper;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import static com.rusefi.functional_tests.EcuTestHelper.FAIL;
|
||||
import static com.rusefi.config.generated.Fields.*;
|
||||
|
||||
@Ignore
|
||||
public class HighRevTest {
|
||||
@Test
|
||||
public void testVW() {
|
||||
|
|
|
@ -2,8 +2,10 @@ package com.rusefi;
|
|||
|
||||
import com.rusefi.binaryprotocol.BinaryProtocol;
|
||||
import com.rusefi.functional_tests.EcuTestHelper;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Ignore
|
||||
public class MiscTest {
|
||||
@Test
|
||||
public void burn() {
|
||||
|
|
Loading…
Reference in New Issue