Moving physics test from sandbox to main (#3858)

Signed-off-by: evanchia <evanchia@amazon.com>
This commit is contained in:
evanchia-ly-sdets
2021-09-02 03:08:37 -07:00
committed by GitHub
parent 9a0ea2c4c5
commit 95f3477831
2 changed files with 5 additions and 8 deletions
@@ -84,3 +84,8 @@ class TestAutomation(TestAutomationBase):
def test_C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain(self, request, workspace, editor, launcher_platform):
from .collider import C24308873_CylinderShapeCollider_CollidesWithPhysXTerrain as test_module
self._run_test(request, workspace, editor, test_module)
@revert_physics_config
def test_C15425929_Undo_Redo(self, request, workspace, editor, launcher_platform):
from .general import C15425929_Undo_Redo as test_module
self._run_test(request, workspace, editor, test_module)