driver: fix rs485 test

pull/2162/head
Alex Lisitsyn 2018-07-03 13:26:28 +02:00
rodzic 909eec9c3b
commit 9ba0808228
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);