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.EngineChart;
|
||||||
import com.rusefi.waves.EngineReport;
|
import com.rusefi.waves.EngineReport;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import static com.rusefi.IoUtil.getEnableCommand;
|
import static com.rusefi.IoUtil.getEnableCommand;
|
||||||
|
@ -21,6 +22,7 @@ import static com.rusefi.config.generated.Fields.*;
|
||||||
* @author Andrey Belomutskiy
|
* @author Andrey Belomutskiy
|
||||||
* 3/5/14
|
* 3/5/14
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class FunctionalTest {
|
public class FunctionalTest {
|
||||||
private EcuTestHelper ecu;
|
private EcuTestHelper ecu;
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
package com.rusefi;
|
package com.rusefi;
|
||||||
|
|
||||||
import com.rusefi.functional_tests.EcuTestHelper;
|
import com.rusefi.functional_tests.EcuTestHelper;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import static com.rusefi.functional_tests.EcuTestHelper.FAIL;
|
import static com.rusefi.functional_tests.EcuTestHelper.FAIL;
|
||||||
import static com.rusefi.config.generated.Fields.*;
|
import static com.rusefi.config.generated.Fields.*;
|
||||||
|
|
||||||
|
@Ignore
|
||||||
public class HighRevTest {
|
public class HighRevTest {
|
||||||
@Test
|
@Test
|
||||||
public void testVW() {
|
public void testVW() {
|
||||||
|
|
|
@ -2,8 +2,10 @@ package com.rusefi;
|
||||||
|
|
||||||
import com.rusefi.binaryprotocol.BinaryProtocol;
|
import com.rusefi.binaryprotocol.BinaryProtocol;
|
||||||
import com.rusefi.functional_tests.EcuTestHelper;
|
import com.rusefi.functional_tests.EcuTestHelper;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
|
@Ignore
|
||||||
public class MiscTest {
|
public class MiscTest {
|
||||||
@Test
|
@Test
|
||||||
public void burn() {
|
public void burn() {
|
||||||
|
|
Loading…
Reference in New Issue