From b43cb069e91dbd81c6f26e69020dfa387458f538 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Mon, 17 Feb 2025 01:45:14 +1300 Subject: [PATCH] Expand whitelist --- Content.IntegrationTests/Tests/PostMapInitTest.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Content.IntegrationTests/Tests/PostMapInitTest.cs b/Content.IntegrationTests/Tests/PostMapInitTest.cs index e76ca2b5de..65eac0a698 100644 --- a/Content.IntegrationTests/Tests/PostMapInitTest.cs +++ b/Content.IntegrationTests/Tests/PostMapInitTest.cs @@ -44,6 +44,14 @@ namespace Content.IntegrationTests.Tests private static readonly string[] DoNotMapWhitelist = { "/Maps/centcomm.yml", + "/Maps/bagel.yml", // Contains mime's rubber stamp --> Either fix this, remove the category, or remove this comment if intentional. + "/Maps/gate.yml", // Contains positronic brain and LSE-1200c "Perforator" + "/Maps/meta.yml", // Contains warden's rubber stamp + "/Maps/reach.yml", // Contains handheld crew monitor + "/Maps/Shuttles/ShuttleEvent/cruiser.yml", // Contains LSE-1200c "Perforator" + "/Maps/Shuttles/ShuttleEvent/honki.yml", // Contains golden honker, clown's rubber stamp + "/Maps/Shuttles/ShuttleEvent/instigator.yml", // Contains EXP-320g "Friendship" + "/Maps/Shuttles/ShuttleEvent/syndie_evacpod.yml", // Contains syndicate rubber stamp }; private static readonly string[] GameMaps = -- 2.51.2