We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75d32ec + 9b34f1c commit b015061Copy full SHA for b015061
examples/peripherals/twai/twai_network/example_test.py
@@ -27,7 +27,7 @@ def dut_thread_callback(**kwargs):
27
result[0] = True
28
29
30
-@ttfw_idf.idf_example_test(env_tag='Example_TWAI2')
+@ttfw_idf.idf_example_test(env_tag='Example_TWAI2', ignore=True)
31
def test_twai_network_example(env, extra_data):
32
33
# Get device under test. "dut1", "dut2", and "dut3" must be properly defined in EnvConfig
0 commit comments