mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
test(cmakev2): Enable test_build_dfu for buildv2 CI tests
This commit is contained in:
@@ -172,7 +172,6 @@ def test_build_fail_on_build_time(idf_py: IdfPyFunc, test_app_copy: Path) -> Non
|
||||
idf_py('build')
|
||||
|
||||
|
||||
@pytest.mark.buildv2_skip('dfu target not yet added in buildv2')
|
||||
@pytest.mark.usefixtures('test_app_copy')
|
||||
def test_build_dfu(idf_py: IdfPyFunc) -> None:
|
||||
logging.info('DFU build works')
|
||||
|
||||
Reference in New Issue
Block a user