only:thank you for your service

This commit is contained in:
rusefillc 2023-09-10 11:49:17 -04:00
parent 3364804b0d
commit 8862f5ae17
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package com.rusefi.pinout;
import com.rusefi.ReaderStateImpl;
import com.rusefi.newparse.DefinitionsState;
import org.junit.Ignore;
import org.junit.Test;
import java.io.*;
@ -12,6 +13,7 @@ import static junit.framework.TestCase.assertFalse;
public class PinoutLogicHellen112_17_Test {
@Test
@Ignore // this was only useful while figuring out the problem
public void testRealFiled() throws IOException {
// a bit nasty, do we have similar anywhere else already?
FileSystemBoardInputsReaderImpl.PREFIX = FIRMWARE + File.separator;