From 58ad67dc44ac410e64965ff2f34e397e07ad0865 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 15 Jun 2021 17:44:00 +0100 Subject: [PATCH] Disable EntityIdGeneration test --- Code/Framework/AzCore/Tests/Components.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Framework/AzCore/Tests/Components.cpp b/Code/Framework/AzCore/Tests/Components.cpp index 1d173abbab..9d9bd46d3d 100644 --- a/Code/Framework/AzCore/Tests/Components.cpp +++ b/Code/Framework/AzCore/Tests/Components.cpp @@ -1557,7 +1557,7 @@ namespace UnitTest // Temporary disabled. This will be re-enabled in the short term upon completion of SPEC-7384 and // fixed in the long term upon completion of SPEC-4849 - TEST_F(Components, EntityIdGeneration) + TEST_F(Components, DISABLED_EntityIdGeneration) { // Generate 1 million ids across 100 threads, and ensure that none collide AZStd::concurrent_unordered_set entityIds;