From abd683fcb5045ca9b150292718f61a6eff1ad4cb Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Wed, 17 Sep 2025 17:38:40 +0200 Subject: [PATCH] CMake: CTest: Disable blendfile_library_overrides test This test is intermittently failing. Disable it for now to avoid other work being incorrectly flagged as broken. Once issue #146221 is resolved this test must be re-enabled. Pull Request: https://projects.blender.org/blender/blender/pulls/146411 --- tests/python/CMakeLists.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt index 8d8a9a7ba6d..87207bbc112 100644 --- a/tests/python/CMakeLists.txt +++ b/tests/python/CMakeLists.txt @@ -348,12 +348,16 @@ if(TEST_SRC_DIR_EXISTS) --output-dir ${TEST_OUT_DIR}/blendfile_io/ ) - add_blender_test( - blendfile_library_overrides - --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_library_overrides.py -- - --output-dir ${TEST_OUT_DIR}/blendfile_io/ - --test-dir "${TEST_SRC_DIR}/libraries_and_linking" - ) +# This test is intermittently failing. Disable it for now to avoid other work +# being incorrectly flagged as broken. Once issue #146221 is resolved this +# test must be re-enabled. +# +# add_blender_test( +# blendfile_library_overrides +# --python ${CMAKE_CURRENT_LIST_DIR}/bl_blendfile_library_overrides.py -- +# --output-dir ${TEST_OUT_DIR}/blendfile_io/ +# --test-dir "${TEST_SRC_DIR}/libraries_and_linking" +# ) add_blender_test( blendfile_header