Skip to content

Commit 0ae65f8

Browse files
committed
config: Disabled sync for digitalio test.
Signed-off-by: MDin <[email protected]>
1 parent dec914b commit 0ae65f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

config/project.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,12 @@ unit-test:
280280
#########################################################################################
281281
unit-test-digital-io-1100:
282282
- description: Compiling, flashing and monitoring digital IO unit test.
283-
command: make test_digitalio_single
283+
command: make test_digitalio_single ENABLE_SYNC=0
284284
query: digital_io_single_board == '3:1'
285285
working_dir: extras/arduino-core-tests
286-
286+
options:
287+
SEND_JOB_START_TOKEN: False
288+
287289
unit-test-tone-1100:
288290
- description: Compiling, flashing and monitoring tone, no-tone unit test.
289291
command: make test_tone_no_tone

0 commit comments

Comments
 (0)