Skip to content

Commit 3f05295

Browse files
author
jantje
committed
removed useless test during testing
1 parent 1342af5 commit 3f05295

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

io.sloeber.tests/src/io/sloeber/core/CreateAndCompileArduinoIDEExamplesOnTeensyTest.java

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ public static void installAdditionalBoards() {
102102

103103
}
104104

105-
public void testExample() {
105+
106+
@Test
107+
public void testArduinoIDEExamplesOnTeensy() {
106108
Assume.assumeTrue("Skipping first " + mySkipAtStart + " tests", myBuildCounter++ >= mySkipAtStart);
107109
Assume.assumeTrue("To many fails. Stopping test", myTotalFails < maxFails);
108110
if (!Shared.BuildAndVerify(myTestName, myBoardDescriptor, myCodeDescriptor, new CompileOptions(null))) {
@@ -111,11 +113,5 @@ public void testExample() {
111113
}
112114
}
113115

114-
@Test
115-
public void testArduinoIDEExamplesOnTeensy() {
116-
if (!MySystem.getTeensyPlatform().isEmpty())
117-
testExample();
118-
}
119-
120116

121117
}

0 commit comments

Comments
 (0)