From ad5f91f5770902b46707c44e7baf19d0c8488037 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Fri, 25 Jan 2019 15:59:24 -0800 Subject: [PATCH] Better fix. --- npm/tests/test/fbx2gltf.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/tests/test/fbx2gltf.ts b/npm/tests/test/fbx2gltf.ts index 76748a6..ea88cf2 100644 --- a/npm/tests/test/fbx2gltf.ts +++ b/npm/tests/test/fbx2gltf.ts @@ -24,11 +24,11 @@ const MODELS :Array = [ { path: 'fromFbxSDK/Box' }, { path: 'fromFbxSDK/Humanoid', - args: [ '--no-khr-lights-punctual' ], + ignoredIssues: [ 'UNSUPPORTED_EXTENSION' ], }, { path: 'fromFbxSDK/Camera', - args: [ '--no-khr-lights-punctual' ], + ignoredIssues: [ 'UNSUPPORTED_EXTENSION' ], }, { path: 'fromFbxSDK/Normals' }, { path: 'fromGltfSamples/BoxVertexColors/BoxVertexColors' },