2
0
Эх сурвалжийг харах

Updating CRUD test to run in EditorSingleTest mode

Signed-off-by: jckand-amzn <[email protected]>
jckand-amzn 2 жил өмнө
parent
commit
ac336ac9c8

+ 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