We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85dacf commit 2064a86Copy full SHA for 2064a86
1 file changed
config/project.yml
@@ -280,9 +280,11 @@ unit-test:
280
#########################################################################################
281
unit-test-digital-io-1100:
282
- description: Compiling, flashing and monitoring digital IO unit test.
283
- command: make test_digitalio_single
+ command: make test_digitalio_single ENABLE_SYNC=0
284
query: digital_io_single_board == '3:1'
285
working_dir: extras/arduino-core-tests
286
+ options:
287
+ SEND_JOB_START_TOKEN: False
288
289
unit-test-tone-1100:
290
- description: Compiling, flashing and monitoring tone, no-tone unit test.
0 commit comments