[Bf-blender-cvs] [f066bf923c2] soc-2020-testing-frameworks: Disabling particle instance modifier test

Himanshi Kalra noreply at git.blender.org
Thu Dec 17 16:06:13 CET 2020


Commit: f066bf923c234f52a6159d51f4978bf1072edaf1
Author: Himanshi Kalra
Date:   Thu Dec 17 17:34:44 2020 +0530
Branches: soc-2020-testing-frameworks
https://developer.blender.org/rBf066bf923c234f52a6159d51f4978bf1072edaf1

Disabling particle instance modifier test

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

M	tests/python/CMakeLists.txt

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

diff --git a/tests/python/CMakeLists.txt b/tests/python/CMakeLists.txt
index a36148012ac..bf949d66286 100644
--- a/tests/python/CMakeLists.txt
+++ b/tests/python/CMakeLists.txt
@@ -237,13 +237,14 @@ add_blender_test(
   --run-all-tests
 )
 
-add_blender_test(
-  physics_particle_instance
-  ${TEST_SRC_DIR}/physics/physics_particle_instance.blend
-  --python ${TEST_PYTHON_DIR}/physics_particle_instance.py
-  --
-  --run-all-tests
-)
+# Particle Instance disabling currently broken in master
+# add_blender_test(
+#   physics_particle_instance
+#   ${TEST_SRC_DIR}/physics/physics_particle_instance.blend
+#   --python ${TEST_PYTHON_DIR}/physics_particle_instance.py
+#   --
+#   --run-all-tests
+# )
 
 add_blender_test(
   constraints



More information about the Bf-blender-cvs mailing list