mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user