@@ -202,13 +202,13 @@ unit-test:
202202
203203 unit-test-tone-1400 :
204204 - description : Compiling, flashing and monitoring tone, no-tone unit test.
205- command : make test_tone_no_tone ENABLE_SYNC=0
205+ command : make test_tone_no_tone
206206 query : tone_no_tone_single_board == '2:1'
207207 working_dir : extras/arduino-core-tests
208208
209209 unit-test-interrupts-1400 :
210210 - description : Compiling, flashing and monitoring Interrupts unit test.
211- command : make test_interrupts_single ENABLE_SYNC=0
211+ command : make test_interrupts_single
212212 query : interrupts_single_board == '2:1'
213213 working_dir : extras/arduino-core-tests
214214
@@ -249,18 +249,18 @@ unit-test:
249249
250250 unit-test-pulse-1400 :
251251 - description : Compiling, flashing and monitoring pulse board1 unit test.
252- command : make test_pulse_board1 ENABLE_SYNC=0
252+ command : make test_pulse_board1
253253 query : adv_io_pulse_board1 == '2:1'
254254 working_dir : extras/arduino-core-tests
255255
256256 - description : Compiling, flashing and monitoring pulse board2 unit test.
257- command : make test_pulse_board2 ENABLE_SYNC=0
257+ command : make test_pulse_board2
258258 query : adv_io_pulse_board2 == '2:1'
259259 working_dir : extras/arduino-core-tests
260260
261261 unit-test-spi-single-pingpong-1400 :
262262 - description : Compiling, flashing and monitoring SPI pingpong single_board.
263- command : make test_spi_connected1_loopback ENABLE_SYNC=0
263+ command : make test_spi_connected1_loopback
264264 query : spi_ping_pong_single_board == '2:1'
265265 working_dir : extras/arduino-core-tests
266266
0 commit comments