浏览代码

temporarily removed iridescence test models since they're still in development

Vicente Penades 3 年之前
父节点
当前提交
f1646960be
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/SharpGLTF.NUnit/TestFiles.cs

+ 2 - 0
tests/SharpGLTF.NUnit/TestFiles.cs

@@ -282,6 +282,8 @@ namespace SharpGLTF
 
         public IEnumerable<string> GetPaths(params string[] basePath)
         {
+            if (Name.Contains("Iridescence")) yield break; // still under development
+
             var rootPath = System.IO.Path.Combine(basePath);
 
             foreach(var variant in Variants)