[Bf-blender-cvs] [d8dca3c3b05] blender2.8: Layer unittest: Disable the override tests

Dalai Felinto noreply at git.blender.org
Wed May 16 23:16:14 CEST 2018


Commit: d8dca3c3b05d83b3771b62def041b342fc7d6e93
Author: Dalai Felinto
Date:   Wed May 16 23:12:59 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBd8dca3c3b05d83b3771b62def041b342fc7d6e93

Layer unittest: Disable the override tests

They are failing for some time now, and they will be obsolete soon anyways.

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

M	tests/python/view_layer/CMakeLists.txt

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

diff --git a/tests/python/view_layer/CMakeLists.txt b/tests/python/view_layer/CMakeLists.txt
index 9cb33420ac5..69f7af20ad2 100644
--- a/tests/python/view_layer/CMakeLists.txt
+++ b/tests/python/view_layer/CMakeLists.txt
@@ -65,15 +65,15 @@ VIEW_LAYER_TEST(background_set)
 VIEW_LAYER_TEST(collection_new_sync)
 VIEW_LAYER_TEST(collection_rename_a)
 VIEW_LAYER_TEST(collection_rename_b)
-VIEW_LAYER_TEST(evaluation_render_settings_a)
-VIEW_LAYER_TEST(evaluation_render_settings_b)
-VIEW_LAYER_TEST(evaluation_render_settings_c)
-VIEW_LAYER_TEST(evaluation_render_settings_d)
-VIEW_LAYER_TEST(evaluation_render_settings_e)
-VIEW_LAYER_TEST(evaluation_render_settings_f)
-VIEW_LAYER_TEST(evaluation_render_settings_g)
-VIEW_LAYER_TEST(evaluation_render_settings_h)
-VIEW_LAYER_TEST(evaluation_render_settings_i)
+#VIEW_LAYER_TEST(evaluation_render_settings_a)
+#VIEW_LAYER_TEST(evaluation_render_settings_b)
+#VIEW_LAYER_TEST(evaluation_render_settings_c)
+#VIEW_LAYER_TEST(evaluation_render_settings_d)
+#VIEW_LAYER_TEST(evaluation_render_settings_e)
+#VIEW_LAYER_TEST(evaluation_render_settings_f)
+#VIEW_LAYER_TEST(evaluation_render_settings_g)
+#VIEW_LAYER_TEST(evaluation_render_settings_h)
+#VIEW_LAYER_TEST(evaluation_render_settings_i)
 VIEW_LAYER_TEST(evaluation_visibility_a)
 VIEW_LAYER_TEST(evaluation_visibility_b)
 VIEW_LAYER_TEST(evaluation_visibility_c)



More information about the Bf-blender-cvs mailing list