From 0deb35000f2a5546db8345ce14f89e0e1092efc9 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:58:30 +1000 Subject: [PATCH] Remove beaker from the MaterialArbitrageTest whitelist (#36876) --- Content.IntegrationTests/Tests/MaterialArbitrageTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]; -- 2.51.2