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
path: root/tests
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2018-05-17 00:12:59 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-05-17 00:13:28 +0300
commitd8dca3c3b05d83b3771b62def041b342fc7d6e93 (patch)
treedeee9e50fe136735e19bd2748cf269d9cdf9dbfc /tests
parentb4648ee379e64ef54181b167c29b73a380d7bbde (diff)
Layer unittest: Disable the override tests
They are failing for some time now, and they will be obsolete soon anyways.
Diffstat (limited to 'tests')
-rw-r--r--tests/python/view_layer/CMakeLists.txt18
1 files changed, 9 insertions, 9 deletions
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)