test(cmakev2): Enable test_build_uf2 for buildv2 CI tests

This commit is contained in:
Sudeep Mohanty
2025-11-18 09:09:22 +05:30
parent 94809d6638
commit cad80548b1

View File

@@ -187,7 +187,6 @@ def test_build_dfu(idf_py: IdfPyFunc) -> None:
assert_built(BOOTLOADER_BINS + APP_BINS + PARTITION_BIN + ['build/dfu.bin'])
@pytest.mark.buildv2_skip('uf2 target not yet added in buildv2')
@pytest.mark.usefixtures('test_app_copy')
def test_build_uf2(idf_py: IdfPyFunc) -> None:
logging.info('UF2 build works')