Ignore Example.ogex for regression tests. OpenGEX importer is flaky and outputs nodes in different order each time.
parent
52a5ff2db2
commit
03ea065271
|
@ -53,7 +53,7 @@ import os
|
||||||
# pond.0.ply - loads with 40k identical triangles, causing postprocessing
|
# pond.0.ply - loads with 40k identical triangles, causing postprocessing
|
||||||
# to have quadratic runtime.
|
# to have quadratic runtime.
|
||||||
# -------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------
|
||||||
files_to_ignore = ["pond.0.ply"]
|
files_to_ignore = ["pond.0.ply", "Example.ogex"]
|
||||||
|
|
||||||
# -------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------
|
||||||
# List of file extensions to be excluded from the regression suite
|
# List of file extensions to be excluded from the regression suite
|
||||||
|
|
Loading…
Reference in New Issue