From da7bc5121039144e6d0a8d4ac127654cf0bd679c Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 1 Jun 2022 10:24:40 +0200 Subject: Fix failing Cycles Metal MNEE test on buildbot, by disabling it It appears that Metal and MNEE are still not working. --- tests/python/cycles_render_tests.py | 2 ++ 1 file changed, 2 insertions(+) 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 = [ -- cgit v1.2.3