Removing intentional crash used for testing from CreatePrefab_WithSingleEntity.py

Signed-off-by: jckand-amzn <82226555+jckand-amzn@users.noreply.github.com>
This commit is contained in:
jckand-amzn
2021-12-02 18:51:59 -06:00
parent e6fb876682
commit 1f51e186fb
@@ -23,7 +23,7 @@ def CreatePrefab_WithSingleEntity():
# Creates a prefab from the new entity
Prefab.create_prefab(car_prefab_entities, CAR_PREFAB_FILE_NAME)
azlmbr.legacy.general.run_console("sys_crashtest 1")
if __name__ == "__main__":
from editor_python_test_tools.utils import Report