Skip to content

Commit 2053124

Browse files
committed
config: Enabled sync in digitalIO.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent d73ce3c commit 2053124

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

config/project.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,10 @@ 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 ENABLE_SYNC=0
283+
command: make test_digitalio_single
284284
query: digital_io_single_board == '3:1'
285285
working_dir: extras/arduino-core-tests
286-
options:
287-
SEND_JOB_START_TOKEN: False
288-
286+
289287
unit-test-tone-1100:
290288
- description: Compiling, flashing and monitoring tone, no-tone unit test.
291289
command: make test_tone_no_tone

0 commit comments

Comments
 (0)