Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/compositor_render_tests.py')
-rw-r--r--tests/python/compositor_render_tests.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/python/compositor_render_tests.py b/tests/python/compositor_render_tests.py
index fbdae595c51..057d4a2e6dd 100644
--- a/tests/python/compositor_render_tests.py
+++ b/tests/python/compositor_render_tests.py
@@ -54,6 +54,11 @@ def main():
report = render_report.Report("Compositor", output_dir, idiff)
report.set_pixelated(True)
report.set_reference_dir("compositor_renders")
+
+ # Temporary change to pass OpenImageDenoise test with both 1.3 and 1.4.
+ if os.path.basename(test_dir) == 'filter':
+ report.set_fail_threshold(0.05)
+
ok = report.run(test_dir, blender, get_arguments, batch=True)
sys.exit(not ok)