diff --git a/Content.IntegrationTests/Tests/DummyIconTest.cs b/Content.IntegrationTests/Tests/DummyIconTest.cs index 4aac6ed326..1555481fe4 100644 --- a/Content.IntegrationTests/Tests/DummyIconTest.cs +++ b/Content.IntegrationTests/Tests/DummyIconTest.cs @@ -24,7 +24,7 @@ namespace Content.IntegrationTests.Tests { foreach (var proto in prototypeManager.EnumeratePrototypes()) { - if (!proto.Components.ContainsKey("Sprite")) continue; + if (proto.Abstract || !proto.Components.ContainsKey("Sprite")) continue; Assert.DoesNotThrow(() => {