Parcourir la source

prefab conversion for test_Joints_HingeLeadFollowerCollide

Signed-off-by: Fuzzy Carter <[email protected]>
Fuzzy Carter il y a 3 ans
Parent
commit
02c4c45045
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      AutomatedTesting/Gem/PythonTests/Physics/TestSuite_Main.py

+ 1 - 1
AutomatedTesting/Gem/PythonTests/Physics/TestSuite_Main.py

@@ -76,7 +76,7 @@ class TestAutomation(TestAutomationBase):
     @revert_physics_config
     @revert_physics_config
     def test_Joints_HingeLeadFollowerCollide(self, request, workspace, editor, launcher_platform):
     def test_Joints_HingeLeadFollowerCollide(self, request, workspace, editor, launcher_platform):
         from .tests.joints import Joints_HingeLeadFollowerCollide as test_module
         from .tests.joints import Joints_HingeLeadFollowerCollide as test_module
-        self._run_test(request, workspace, editor, test_module, enable_prefab_system=False)
+        self._run_test(request, workspace, editor, test_module)
 
 
     @revert_physics_config
     @revert_physics_config
     def test_Collider_PxMeshConvexMeshCollides(self, request, workspace, editor, launcher_platform):
     def test_Collider_PxMeshConvexMeshCollides(self, request, workspace, editor, launcher_platform):