We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94809d6 commit cad8054Copy full SHA for cad8054
tools/test_build_system/test_build.py
@@ -187,7 +187,6 @@ def test_build_dfu(idf_py: IdfPyFunc) -> None:
187
assert_built(BOOTLOADER_BINS + APP_BINS + PARTITION_BIN + ['build/dfu.bin'])
188
189
190
-@pytest.mark.buildv2_skip('uf2 target not yet added in buildv2')
191
@pytest.mark.usefixtures('test_app_copy')
192
def test_build_uf2(idf_py: IdfPyFunc) -> None:
193
logging.info('UF2 build works')
0 commit comments