Skip to content

Commit

Permalink
Merge branch 'feature/fix_rs485_test' into 'master'
Browse files Browse the repository at this point in the history
driver: fix rs485 test

See merge request idf/esp-idf!2690
  • Loading branch information
projectgus committed Jul 4, 2018
2 parents 9790daf + 9ba0808 commit a3c4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/driver/test/test_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,5 @@ static void rs485_master()
* correctness of RS485 interface channel communication. It requires
* RS485 bus driver hardware to be connected to boards.
*/
TEST_CASE_MULTIPLE_DEVICES("RS485 half duplex uart multiple devices test.", "[driver]", rs485_master, rs485_slave);
TEST_CASE_MULTIPLE_DEVICES("RS485 half duplex uart multiple devices test.", "[driver][ignore]", rs485_master, rs485_slave);

0 comments on commit a3c4325

Please sign in to comment.