Merge branch 'ci/twai_network' into 'master'

ci(twai): disable twai_network test

See merge request espressif/esp-idf!35037
This commit is contained in:
Marius Vikhammer
2024-11-21 10:32:50 +08:00
2 changed files with 2 additions and 4 deletions

View File

@@ -457,9 +457,9 @@ examples/peripherals/twai/twai_network:
disable: disable:
- if: SOC_TWAI_SUPPORTED != 1 - if: SOC_TWAI_SUPPORTED != 1
disable_test: disable_test:
- if: IDF_TARGET not in ["esp32"] - if: 1 == 1
temporary: true temporary: true
reason: lack of runners reason: Test is flakey, TODO IDF-2939
examples/peripherals/twai/twai_self_test: examples/peripherals/twai/twai_self_test:
disable: disable:

View File

@@ -1,6 +1,5 @@
# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD # SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
import os.path import os.path
from threading import Thread from threading import Thread
from typing import Tuple from typing import Tuple
@@ -35,7 +34,6 @@ def dut_thread_callback(**kwargs) -> None: # type: ignore
result[0] = True result[0] = True
@pytest.mark.esp32
@pytest.mark.skip(reason="there's not a good approach to sync multiple DUTs") @pytest.mark.skip(reason="there's not a good approach to sync multiple DUTs")
@pytest.mark.twai_network @pytest.mark.twai_network
@pytest.mark.parametrize( @pytest.mark.parametrize(