sebavan 5 gadi atpakaļ
vecāks
revīzija
89f8123c1a

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);
                 }
             }