Tests: Temporarily block glossy light path tests

Glossy light path tests are unexpectedly failing on build bot.
My current guess is that something changed between when the reference
images were made and when the tests were committed.

While an investigation into what's causing it is going on, these tests
have been temporarily added to the blocklist to avoid unexpected
failures for other developers.
This commit is contained in:
Alaska
2025-02-25 17:51:48 +13:00
parent f438928501
commit 88989ed921

View File

@@ -22,6 +22,9 @@ BLOCKLIST_ALL = [
"visibility_particles.blend",
# Temporarily blocked for 4.4 lib upgrade, due to PNG alpha minor difference.
"image_log_osl.blend",
# Temporarily blocked for investigation
"light_path_glossy_depth.blend",
"light_path_is_glossy_ray.blend",
]
# Blocklist that disables OSL specific tests for configurations that do not support OSL backend.