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
This commit is contained in:
Ray Molenkamp
2025-09-17 17:38:40 +02:00
committed by Ray molenkamp
parent 612f869036
commit abd683fcb5

View File

@@ -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