|
|
|
|
@ -54,7 +54,7 @@ class EditorSingleTest_WithFileOverrides(EditorSingleTest):
|
|
|
|
|
fm._restore_file(f, file_list[f])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# @pytest.mark.xfail(reason="Optimized tests are experimental, we will enable xfail and monitor them temporarily.")
|
|
|
|
|
@pytest.mark.xfail(reason="Optimized tests are experimental, we will enable xfail and monitor them temporarily.")
|
|
|
|
|
@pytest.mark.SUITE_main
|
|
|
|
|
@pytest.mark.parametrize("launcher_platform", ['windows_editor'])
|
|
|
|
|
@pytest.mark.parametrize("project", ["AutomatedTesting"])
|
|
|
|
|
@ -113,6 +113,9 @@ class TestAutomationWithPrefabSystemEnabled(EditorTestSuite):
|
|
|
|
|
|
|
|
|
|
class C14861504_RenderMeshAsset_WithNoPxAsset(EditorSharedTest):
|
|
|
|
|
from .tests.collider import Collider_PxMeshNotAutoAssignedWhenNoPhysicsFbx as test_module
|
|
|
|
|
|
|
|
|
|
class C4976236_AddPhysxColliderComponent(EditorSharedTest):
|
|
|
|
|
from .tests.collider import Collider_AddColliderComponent as test_module
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.xfail(reason="Optimized tests are experimental, we will enable xfail and monitor them temporarily.")
|
|
|
|
|
@ -346,9 +349,6 @@ class TestAutomation(EditorTestSuite):
|
|
|
|
|
class C5959809_ForceRegion_RotationalOffset(EditorSharedTest):
|
|
|
|
|
from .tests.force_region import ForceRegion_RotationalOffset as test_module
|
|
|
|
|
|
|
|
|
|
class C4976236_AddPhysxColliderComponent(EditorSharedTest):
|
|
|
|
|
from .tests.collider import Collider_AddColliderComponent as test_module
|
|
|
|
|
|
|
|
|
|
class C100000_RigidBody_EnablingGravityWorksPoC(EditorSharedTest):
|
|
|
|
|
from .tests.rigid_body import RigidBody_EnablingGravityWorksPoC as test_module
|
|
|
|
|
|
|
|
|
|
|