From fe9c9f66f19531f49af9f56e078d7d759ea0855f Mon Sep 17 00:00:00 2001 From: hultonha Date: Wed, 7 Jul 2021 15:05:17 +0100 Subject: [PATCH] disable ParallelDeepAssetReferences test Signed-off-by: hultonha --- Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp b/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp index 4618f6ea85..eb6d8a42a7 100644 --- a/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp +++ b/Code/Framework/AzCore/Tests/Asset/AssetManagerLoadingTests.cpp @@ -2471,7 +2471,8 @@ namespace UnitTest #if AZ_TRAIT_DISABLE_FAILED_ASSET_MANAGER_TESTS TEST_F(AssetJobsMultithreadedTest, DISABLED_ParallelDeepAssetReferences) #else - TEST_F(AssetJobsMultithreadedTest, ParallelDeepAssetReferences) + // temporarily disabled until sporadic failures can be root caused + TEST_F(AssetJobsMultithreadedTest, DISABLED_ParallelDeepAssetReferences) #endif // AZ_TRAIT_DISABLE_FAILED_ASSET_MANAGER_TESTS { ParallelDeepAssetReferences();