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 = [ _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
