sandboxing the sponza level from the level test because it causes a hardlock 4%-12% of the time (#7513)

Signed-off-by: jromnoa <80134229+jromnoa@users.noreply.github.com>
This commit is contained in:
jromnoa
2022-02-09 08:10:33 -08:00
committed by GitHub
parent 39777e7afb
commit fee95f3f5e
3 changed files with 80 additions and 2 deletions
@@ -33,7 +33,9 @@ GLOBAL_ILLUMINATION_QUALITY = {
}
# Level list used in Editor Level Load Test
LEVEL_LIST = ["hermanubis", "hermanubis_high", "macbeth_shaderballs", "PbrMaterialChart", "ShadowTest", "Sponza"]
# WARNING: "Sponza" level is sandboxed due to an intermittent failure.
LEVEL_LIST = ["hermanubis", "hermanubis_high", "macbeth_shaderballs", "PbrMaterialChart", "ShadowTest"]
class AtomComponentProperties:
"""