mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
feat(tools): Allow test_spaces_bundle4 to fail on Win
This commit is contained in:
parent
e95aff7ca9
commit
364f777f96
@ -62,6 +62,7 @@ def test_spaces_bundle3(idf_copy: Path) -> None:
|
|||||||
workdir=secure_boot_app_path)
|
workdir=secure_boot_app_path)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.xfail(sys.platform == 'win32', reason='Bug with reproducible build')
|
||||||
# Use this bundle for tests which can be done with the default build_test_app
|
# Use this bundle for tests which can be done with the default build_test_app
|
||||||
@pytest.mark.parametrize('dummy_', [
|
@pytest.mark.parametrize('dummy_', [
|
||||||
# Dummy parameter with a space in it, used so that the test directory name contains a space
|
# Dummy parameter with a space in it, used so that the test directory name contains a space
|
||||||
|
Loading…
Reference in New Issue
Block a user