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:
-rw-r--r--tests/python/collada/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/python/collada/CMakeLists.txt b/tests/python/collada/CMakeLists.txt
index 421e4ba7667..4307eec3791 100644
--- a/tests/python/collada/CMakeLists.txt
+++ b/tests/python/collada/CMakeLists.txt
@@ -62,5 +62,7 @@ macro (COLLADA_TEST module test_name blend_file)
)
endmacro()
-COLLADA_TEST(mesh simple mesh_simple.blend)
-COLLADA_TEST(animation simple suzannes_parent_inverse.blend)
+# Tests are disabled because they only work on Windows
+# Tests will be redone completely to work reliable
+#COLLADA_TEST(mesh simple mesh_simple.blend)
+#COLLADA_TEST(animation simple suzannes_parent_inverse.blend)