From 983220e216ff7a16798e782eff84123c75a210f4 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 29 Jun 2020 00:53:55 +0200 Subject: [PATCH] ci: temporarily disable RS485 related tests --- components/driver/test/test_rs485.c | 2 +- examples/protocols/modbus/serial/example_test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/driver/test/test_rs485.c b/components/driver/test/test_rs485.c index 37866910d..daf06cb72 100644 --- a/components/driver/test/test_rs485.c +++ b/components/driver/test/test_rs485.c @@ -281,6 +281,6 @@ static void rs485_master(void) * 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][test_env=UT_T2_RS485]", rs485_master, rs485_slave); +TEST_CASE_MULTIPLE_DEVICES("RS485 half duplex uart multiple devices test.", "[driver_RS485][ignore][test_env=UT_T2_RS485]", rs485_master, rs485_slave); #endif \ No newline at end of file diff --git a/examples/protocols/modbus/serial/example_test.py b/examples/protocols/modbus/serial/example_test.py index fb9ab2978..56f5f0c48 100644 --- a/examples/protocols/modbus/serial/example_test.py +++ b/examples/protocols/modbus/serial/example_test.py @@ -165,7 +165,7 @@ def test_check_mode(dut=None, mode_str=None, value=None): return False -@ttfw_idf.idf_example_test(env_tag='UT_T2_RS485') +@ttfw_idf.idf_example_test(env_tag='UT_T2_RS485', ignore=True) def test_modbus_communication(env, comm_mode): global logger