@@ -38,7 +38,9 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
38
38
private BoardDescriptor mBoard ;
39
39
private static final String [] packageUrlsToIgnoreonAllOSes = {
40
40
// There is a newer version
41
- "https://raw.githubusercontent.com/ElektorLabs/arduino/master/package_elektor-labs.com_ide-1.6.5_index.json" , };
41
+ "https://raw.githubusercontent.com/ElektorLabs/arduino/master/package_elektor-labs.com_ide-1.6.5_index.json" ,
42
+ //Third party url implies this is outdated (it also doesn't work)
43
+ "http://downloads.arduino.cc/packages/package_mkr1000_index.json" };
42
44
private static final String [] packageUrlsToIgnoreonWindows = {
43
45
// following packages did not work in the arduino ide on windows at last test
44
46
"https://ardhat.github.io/ardhat-board-support/arduino/package_ardhat_index.json" ,
@@ -139,8 +141,8 @@ public class CreateAndCompileDefaultInoOnAllBoardsTest {
139
141
"https://openpanzerproject.github.io/OpenPanzerBoards/package_openpanzer_index.json" ,
140
142
"https://per1234.github.io/Ariadne-Bootloader/package_codebendercc_ariadne-bootloader_index.json" ,
141
143
"https://per1234.github.io/wirino/package_per1234_wirino_index.json" ,
142
- "https://raw.githubusercontent.com//Arduino_Boards/master/package_aloriumtech_index.json" ,
143
- "https://raw.githubusercontent.com//SAM15x15/master/package_avdweb_nl_index.json" ,
144
+ "https://raw.githubusercontent.com/AloriumTechnology /Arduino_Boards/master/package_aloriumtech_index.json" ,
145
+ "https://raw.githubusercontent.com/avandalen /SAM15x15/master/package_avdweb_nl_index.json" ,
144
146
"https://raw.githubusercontent.com/CytronTechnologies/Cytron-Arduino-URL/master/package_cytron_index.json" ,
145
147
"https://raw.githubusercontent.com/DFRobot/DFRobotDuinoBoard/master/package_dfrobot_index.json" ,
146
148
"https://raw.githubusercontent.com/DFRobot/DFRobotDuinoBoard/master/package_dfrobot_iot_mainboard.json" ,
0 commit comments