test(cmakev2): Enable test_build_dfu for buildv2 CI tests

This commit is contained in:
Sudeep Mohanty
2025-11-17 16:25:11 +05:30
parent 5b0d81bc50
commit a609d5bcd2
-1
View File
@@ -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')