Browse Source

Updating CRUD test to run in EditorSingleTest mode

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 2 năm trước cách đây
mục cha
commit
ac336ac9c8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      AutomatedTesting/Gem/PythonTests/editor/TestSuite_Main.py

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

@@ -75,7 +75,7 @@ class TestAutomationAutoTestMode(EditorTestSuite):
     class test_AssetBrowser_TreeNavigation(EditorBatchedTest):
         from .EditorScripts import AssetBrowser_TreeNavigation as test_module
 
-    class test_ComponentCRUD_Add_Delete_Components(EditorBatchedTest):
+    class test_ComponentCRUD_Add_Delete_Components(EditorSingleTest):
         from .EditorScripts import ComponentCRUD_Add_Delete_Components as test_module
 
     @pytest.mark.REQUIRES_gpu