Skip to content

Commit c96f83f

Browse files
author
jantje
committed
Make sure this test is not run automatically
1 parent 3667d1b commit c96f83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.tests/src/io/sloeber/core/CompileAndUploadTest.java renamed to io.sloeber.tests/src/io/sloeber/core/CompileAndUpload.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343

4444
@SuppressWarnings("nls")
4545
@RunWith(Parameterized.class)
46-
public class CompileAndUploadTest {
46+
public class CompileAndUpload {
4747
private static final boolean reinstall_boards_and_libraries = false;
4848
private static int mCounter = 0;
4949
private IBoard myBoard;
5050
private String myName;
5151
private static String interval = "1500";// change between 1500 and 100
5252

53-
public CompileAndUploadTest(String name, IBoard board) {
53+
public CompileAndUpload(String name, IBoard board) {
5454
this.myBoard = board;
5555
this.myName = name;
5656

0 commit comments

Comments
 (0)