[Bf-blender-cvs] [da7bc512103] blender-v3.2-release: Fix failing Cycles Metal MNEE test on buildbot, by disabling it

Brecht Van Lommel noreply at git.blender.org
Wed Jun 1 10:30:13 CEST 2022


Commit: da7bc5121039144e6d0a8d4ac127654cf0bd679c
Author: Brecht Van Lommel
Date:   Wed Jun 1 10:24:40 2022 +0200
Branches: blender-v3.2-release
https://developer.blender.org/rBda7bc5121039144e6d0a8d4ac127654cf0bd679c

Fix failing Cycles Metal MNEE test on buildbot, by disabling it

It appears that Metal and MNEE are still not working.

===================================================================

M	tests/python/cycles_render_tests.py

===================================================================

diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index 0709bb0f080..10ba2ce552a 100644
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -33,6 +33,8 @@ BLACKLIST_OPTIX = [
 ]
 
 BLACKLIST_METAL = [
+    # No MNEE for Metal currently
+    "underwater_caustics.blend",
 ]
 
 BLACKLIST_GPU = [



More information about the Bf-blender-cvs mailing list