File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -457,9 +457,9 @@ examples/peripherals/twai/twai_network:
457457 disable :
458458 - if : SOC_TWAI_SUPPORTED != 1
459459 disable_test :
460- - if : IDF_TARGET not in ["esp32"]
460+ - if : 1 == 1
461461 temporary : true
462- reason : lack of runners
462+ reason : Test is flakey, TODO IDF-2939
463463
464464examples/peripherals/twai/twai_self_test :
465465 disable :
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
22# SPDX-License-Identifier: CC0-1.0
3-
43import os .path
54from threading import Thread
65from typing import Tuple
@@ -35,7 +34,6 @@ def dut_thread_callback(**kwargs) -> None: # type: ignore
3534 result [0 ] = True
3635
3736
38- @pytest .mark .esp32
3937@pytest .mark .skip (reason = "there's not a good approach to sync multiple DUTs" )
4038@pytest .mark .twai_network
4139@pytest .mark .parametrize (
You can’t perform that action at this time.
0 commit comments