Disable EntityIdGeneration test

This commit is contained in:
John
2021-06-15 17:44:00 +01:00
parent baab0cb43b
commit 58ad67dc44
+1 -1
View File
@@ -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<AZ::EntityId> entityIds;