ci: disable idf-ci plugin

this plugin will be re-enabled with compatible code in !38755
This commit is contained in:
Fu Hanxi
2025-06-03 08:37:30 +02:00
parent 975bea85f1
commit de38d22021
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ python_files = pytest_*.py
addopts =
-s -vv
--embedded-services esp,idf
-p no:idf-ci
--tb short
--strict-markers
--skip-check-coredump y

View File

@@ -1,4 +1,5 @@
[pytest]
addopts = -p no:idf-ci
# log related
log_cli = True