Skip to content

Commit 85fe245

Browse files
committed
Merge branch 'ci/twai_network' into 'master'
ci(twai): disable twai_network test See merge request espressif/esp-idf!35037
2 parents f6591ab + 2c1d52b commit 85fe245

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/peripherals/.build-test-rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

464464
examples/peripherals/twai/twai_self_test:
465465
disable:

examples/peripherals/twai/twai_network/pytest_twai_network_example.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
22
# SPDX-License-Identifier: CC0-1.0
3-
43
import os.path
54
from threading import Thread
65
from 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(

0 commit comments

Comments
 (0)