Skip to content

Commit eba1486

Browse files
committed
project.yml: Removed sync 0.
Signed-off-by: MDin <Dinesh.M-EE@infineon.com>
1 parent 2f8711a commit eba1486

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

config/project.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,18 +248,14 @@ unit-test:
248248

249249
unit-test-iic-pingpong-ble:
250250
- description: Compiling, flashing and monitoring I2C pingpong slave unit test.
251-
command: make test_wire_connected2_slavepingpong ENABLE_SYNC=0
251+
command: make test_wire_connected2_slavepingpong
252252
query: iic_ping_pong_multiple_boards_slave == '2:1'
253253
working_dir: extras/arduino-core-tests
254-
options:
255-
SEND_JOB_START_TOKEN: False
256254

257255
- description: Compiling, flashing and monitoring I2C pingpong master unit test.
258-
command: make test_wire_connected2_masterpingpong ENABLE_SYNC=0
256+
command: make test_wire_connected2_masterpingpong
259257
query: iic_ping_pong_multiple_boards_master == '2:1'
260258
working_dir: extras/arduino-core-tests
261-
options:
262-
SEND_JOB_START_TOKEN: False
263259

264260
unit-test-spi-pingpong-ble:
265261
- description: Compiling, flashing and monitoring SPI pingpong slave unit test.

0 commit comments

Comments
 (0)