Skip to content

Commit

Permalink
remove flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jul 29, 2022
1 parent 99ff6e2 commit 563ed96
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/test_gltf.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,16 +486,6 @@ def test_export_custom_attributes(self):
# export as GLB then re-load
export = sphere.export(file_type='glb')

# if we don't have the validator installed
# give this check a pass regardless
raised = _gltf_validator is None
try:
# validator is going to complain about this
validate_glb(export)
except BaseException:
raised = True
assert raised

r = g.trimesh.load(
g.trimesh.util.wrap_as_stream(export),
file_type='glb')
Expand Down

0 comments on commit 563ed96

Please sign in to comment.