diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index 3992272b5b..d78d58f80c 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -277,11 +277,6 @@ namespace Content.IntegrationTests.Tests { foreach (var protoId in protoIds) { - // TODO fix ninja - // Currently ninja fails to equip their own loadout. - if (protoId == "MobHumanSpaceNinja") - continue; - var count = Count(server.EntMan); var clientCount = Count(client.EntMan); var serverEntities = new HashSet(Entities(server.EntMan));