瀏覽代碼

Updating CRUD test to run in EditorSingleTest mode

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 2 年之前
父節點
當前提交
ac336ac9c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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