Skip to content

Commit cad8054

Browse files
test(cmakev2): Enable test_build_uf2 for buildv2 CI tests
1 parent 94809d6 commit cad8054

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/test_build_system/test_build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ def test_build_dfu(idf_py: IdfPyFunc) -> None:
187187
assert_built(BOOTLOADER_BINS + APP_BINS + PARTITION_BIN + ['build/dfu.bin'])
188188

189189

190-
@pytest.mark.buildv2_skip('uf2 target not yet added in buildv2')
191190
@pytest.mark.usefixtures('test_app_copy')
192191
def test_build_uf2(idf_py: IdfPyFunc) -> None:
193192
logging.info('UF2 build works')

0 commit comments

Comments
 (0)