소스 검색

Fix tests

sebavan 5 년 전
부모
커밋
89f8123c1a
3개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. BIN
      tests/validation/ReferenceImages/gltfExtensionKhrMaterialsVariants.png
  2. 1 1
      tests/validation/config.json
  3. 1 2
      tests/validation/validation.js

BIN
tests/validation/ReferenceImages/gltfExtensionKhrMaterialsVariants.png


+ 1 - 1
tests/validation/config.json

@@ -861,7 +861,7 @@
         },
         {
             "title": "GLTF Extension KHR_materials_variants",
-            "playgroundId": "#BKGTKL#2",
+            "playgroundId": "#BKGTKL#3",
             "referenceImage": "gltfExtensionKhrMaterialsVariants.png"
         },
         {

+ 1 - 2
tests/validation/validation.js

@@ -241,8 +241,7 @@ function runTest(index, done) {
                     }, retryTime);
                 }
                 else {
-                    // Skip the test as we can not fetch the source.
-                    done(true);
+                    done(false);
                 }
             }