Skip to content

Commit bff324c

Browse files
author
jantje
committed
disable bonjour to avoid the unusefull warning
1 parent f9f2b8f commit bff324c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ public class NightlyBoardPatronTest {
3636
private static CompileOptions myCompileOptions;
3737
private static boolean deleteProjects =true; //delete the projects after trying to build them
3838

39-
@SuppressWarnings("unused")
4039
public NightlyBoardPatronTest(String name, MCUBoard boardID, Examples example) {
4140
myBoardID = boardID;
4241
myExample = example;
@@ -46,6 +45,8 @@ public NightlyBoardPatronTest(String name, MCUBoard boardID, Examples example) {
4645
@Parameters(name = "{0}")
4746
public static Collection examples() {
4847
Shared.setDeleteProjects(deleteProjects );
48+
Preferences.setUseBonjour(false);
49+
4950
Shared.waitForAllJobsToFinish();
5051
Arduino.installLatestSamDBoards();
5152
LibraryManager.installLibrary("RTCZero");

0 commit comments

Comments
 (0)