Skip to content

Commit 9b34f1c

Browse files
committed
twai: Temporarily disable network example test
Disabling network example test due to issue with synchronizing the start of each DUT
1 parent 49022d4 commit 9b34f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/peripherals/twai/twai_network/example_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def dut_thread_callback(**kwargs):
2727
result[0] = True
2828

2929

30-
@ttfw_idf.idf_example_test(env_tag='Example_TWAI2')
30+
@ttfw_idf.idf_example_test(env_tag='Example_TWAI2', ignore=True)
3131
def test_twai_network_example(env, extra_data):
3232

3333
# Get device under test. "dut1", "dut2", and "dut3" must be properly defined in EnvConfig

0 commit comments

Comments
 (0)