mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
feat(tools): Disable failing build system tests on Windows runner
This commit is contained in:
@@ -207,6 +207,7 @@ def test_fallback_to_build_system_target(idf_py: IdfPyFunc, test_app_copy: Path)
|
||||
assert msg in ret.stdout, 'Custom target did not produce expected output'
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == 'win32', reason='Failing on Windows runner. TODO')
|
||||
def test_create_component_and_project_plus_build(idf_copy: Path) -> None:
|
||||
logging.info('Create project and component using idf.py and build it')
|
||||
run_idf_py('-C', 'projects', 'create-project', 'temp_test_project', workdir=idf_copy)
|
||||
|
||||
Reference in New Issue
Block a user