From 4a87c06106c890941971b2c1510bcd504456992a Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Tue, 3 Jun 2025 08:37:30 +0200 Subject: [PATCH] ci: disable idf-ci plugin this plugin will be re-enabled with compatible code in !38755 --- pytest.ini | 1 + tools/test_build_system/pytest.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 06d273115c..10939f324f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -7,6 +7,7 @@ python_files = pytest_*.py addopts = -s --embedded-services esp,idf + -p no:idf-ci --tb short --strict-markers --skip-check-coredump y diff --git a/tools/test_build_system/pytest.ini b/tools/test_build_system/pytest.ini index fad075f0bb..3425b0126b 100644 --- a/tools/test_build_system/pytest.ini +++ b/tools/test_build_system/pytest.ini @@ -1,4 +1,5 @@ [pytest] +addopts = -p no:idf-ci # log related log_cli = True