Skip to content

Commit

Permalink
twai: Temporarily disable network example test
Browse files Browse the repository at this point in the history
Disabling network example test due to issue with synchronizing the
start of each DUT
  • Loading branch information
Dazza0 committed Dec 10, 2020
1 parent 49022d4 commit 9b34f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/peripherals/twai/twai_network/example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def dut_thread_callback(**kwargs):
result[0] = True


@ttfw_idf.idf_example_test(env_tag='Example_TWAI2')
@ttfw_idf.idf_example_test(env_tag='Example_TWAI2', ignore=True)
def test_twai_network_example(env, extra_data):

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

0 comments on commit 9b34f1c

Please sign in to comment.