We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8bb30 commit 26ad25cCopy full SHA for 26ad25c
io.sloeber.tests/src/io/sloeber/core/RegressionTest.java
@@ -70,6 +70,7 @@ public void issue555() {
70
if (MySystem.getTeensyPlatform().isEmpty()) {
71
//skip test due to no teensy install folder provided
72
//do not fail as this will always fail on travis
73
+ System.err.println("skipping the test because teensy is not installed.");
74
return;
75
}
76
Map<String, String> unoOptions = new HashMap<>();
0 commit comments