Skip to content

Commit 26ad25c

Browse files
author
jan
committed
add messages that test is skipped because of teensy not installed
1 parent fb8bb30 commit 26ad25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public void issue555() {
7070
if (MySystem.getTeensyPlatform().isEmpty()) {
7171
//skip test due to no teensy install folder provided
7272
//do not fail as this will always fail on travis
73+
System.err.println("skipping the test because teensy is not installed.");
7374
return;
7475
}
7576
Map<String, String> unoOptions = new HashMap<>();

0 commit comments

Comments
 (0)