diff --git a/tests/test_gltf_codec.py b/tests/test_gltf_codec.py index b543469..53da3da 100644 --- a/tests/test_gltf_codec.py +++ b/tests/test_gltf_codec.py @@ -1,5 +1,7 @@ +import pytest import tests.test_helpers as helpers +@pytest.mark.skip(reason="Waiting on #1414 on the CadQuery repo to be merged to finish this") def test_gltf_codec(): """ Basic test of the GLTF codec plugin.