From 364f777f96e08494e609c1ec49eaaf36d2843f96 Mon Sep 17 00:00:00 2001 From: Marek Fiala Date: Wed, 21 Aug 2024 14:33:59 +0200 Subject: [PATCH] feat(tools): Allow test_spaces_bundle4 to fail on Win --- tools/test_build_system/test_spaces.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test_build_system/test_spaces.py b/tools/test_build_system/test_spaces.py index d4c540179f..6d4ca8c981 100644 --- a/tools/test_build_system/test_spaces.py +++ b/tools/test_build_system/test_spaces.py @@ -62,6 +62,7 @@ def test_spaces_bundle3(idf_copy: Path) -> None: 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 @pytest.mark.parametrize('dummy_', [ # Dummy parameter with a space in it, used so that the test directory name contains a space