{SPEC-7465} Fix DeleteCachedAssets_AssetsReprocessed fails on Debug Nightly Builds (#1535)
* Fix for DeleteCachedAssets_AssetsReprocessed fails on Debug Nightly Builds * added -ap_disableAssetTreeView=true to disable the Qt tree view for the asset tab to get the parts that want to be tested finish * only shows up on Debug Tests: === test session starts === AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py::TestsAssetProcessorBatch_AllPlatforms::test_AllSupportedPlatforms_FastScanWorks_FasterThanFullScan[windows-AutomatedTesting] PASSED [ 50%] AutomatedTesting/Gem/PythonTests/assetpipeline/asset_processor_tests/asset_processor_batch_tests_2.py::TestsAssetProcessorBatch_Windows::test_WindowsPlatforms_RunAPBatchAndConnectGui_RunsWithoutEditor[windows-AutomatedTesting] PASSED [100%] --- generated xml file: F:\amazon\o3de\build\vs2019\Testing\Pytest\AssetPipelineTests.Batch_2_Sandbox.xml --- === 2 passed, 4 deselected in 18.32s ===
This commit is contained in:
+2
-1
@@ -213,7 +213,8 @@ class TestsAssetProcessorBatch_Windows(object):
|
||||
|
||||
asset_processor.create_temp_asset_root()
|
||||
# Start the processor
|
||||
asset_processor.gui_process(quitonidle=False, connect_to_ap=True)
|
||||
# using -ap_disableAssetTreeView=true to skip the UI building of the Asset Tree for this test
|
||||
asset_processor.gui_process(quitonidle=False, connect_to_ap=True, extra_params=[f'-ap_disableAssetTreeView=true'])
|
||||
asset_processor.stop()
|
||||
|
||||
# fmt:off
|
||||
|
||||
Reference in New Issue
Block a user