From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Thu, 24 Apr 2025 09:58:30 +0000 (+1000) Subject: Remove beaker from the MaterialArbitrageTest whitelist (#36876) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0deb35000f2a5546db8345ce14f89e0e1092efc9;p=space-station-14.git Remove beaker from the MaterialArbitrageTest whitelist (#36876) --- diff --git a/Content.IntegrationTests/Tests/MaterialArbitrageTest.cs b/Content.IntegrationTests/Tests/MaterialArbitrageTest.cs index 4b020e9850..2bf6c2bb32 100644 --- a/Content.IntegrationTests/Tests/MaterialArbitrageTest.cs +++ b/Content.IntegrationTests/Tests/MaterialArbitrageTest.cs @@ -31,7 +31,7 @@ public sealed class MaterialArbitrageTest // These recipes are currently broken and need fixing. You should not be adding to these sets. private readonly HashSet _destructionArbitrageIgnore = [ - "BaseChemistryEmptyVial", "DrinkShotGlass", "Beaker", "SodiumLightTube", "DrinkGlassCoupeShaped", + "BaseChemistryEmptyVial", "DrinkShotGlass", "SodiumLightTube", "DrinkGlassCoupeShaped", "LedLightBulb", "ExteriorLightTube", "LightTube", "DrinkGlass", "DimLightBulb", "LightBulb", "LedLightTube", "SheetRGlass1", "ChemistryEmptyBottle01", "WarmLightBulb", ];