Merge branch 'fix/cmakev2_fix_minimal_build_without_main' into 'master'

fix(cmakev2): Skip test_minimal_build_without_main_component for cmakev2

See merge request espressif/esp-idf!45923
This commit is contained in:
Sudeep Mohanty
2026-02-17 13:37:14 +01:00
@@ -581,6 +581,7 @@ def test_component_validation_with_common_platform_example(idf_py: IdfPyFunc, te
)
@pytest.mark.buildv2_skip('Build system v2 does not support MINIMAL_BUILD')
def test_minimal_build_without_main_component(idf_py: IdfPyFunc, test_app_copy: Path) -> None:
logging.info('Verify that the build fails when using `MINIMAL_BUILD` without main component')