mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
twai: Temporarily disable network example test
Disabling network example test due to issue with synchronizing the start of each DUT
This commit is contained in:
@ -36,7 +36,7 @@ def dut_thread_callback(**kwargs):
|
|||||||
result[0] = True
|
result[0] = True
|
||||||
|
|
||||||
|
|
||||||
@IDF.idf_example_test(env_tag='Example_CAN2')
|
@IDF.idf_example_test(env_tag='Example_CAN2', ignore=True)
|
||||||
def test_can_network_example(env, extra_data):
|
def test_can_network_example(env, extra_data):
|
||||||
|
|
||||||
# Get device under test. "dut1", "dut2", and "dut3" must be properly defined in EnvConfig
|
# Get device under test. "dut1", "dut2", and "dut3" must be properly defined in EnvConfig
|
||||||
|
Reference in New Issue
Block a user