mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
CAN: Reenable example tests
This commit updates the CAN example tests and updates the job and environment labels in the target-test.yml
This commit is contained in:
@@ -37,7 +37,7 @@ def dut_thread_callback(**kwargs):
|
||||
result[0] = True
|
||||
|
||||
|
||||
@IDF.idf_example_test(env_tag='Example_CAN2', ignore=True)
|
||||
@IDF.idf_example_test(env_tag='Example_CAN2')
|
||||
def test_can_network_example(env, extra_data):
|
||||
|
||||
# Get device under test. "dut1", "dut2", and "dut3" must be properly defined in EnvConfig
|
||||
|
Reference in New Issue
Block a user