diff --git a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs index 0ccb5e314b..c005f08532 100644 --- a/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs +++ b/Content.IntegrationTests/Tests/GameRules/NukeOpsTest.cs @@ -27,7 +27,7 @@ namespace Content.IntegrationTests.Tests.GameRules; [TestFixture] public sealed class NukeOpsTest -{ +{/* /// /// Check that a nuke ops game mode can start without issue. I.e., that the nuke station and such all get loaded. /// @@ -250,5 +250,5 @@ public sealed class NukeOpsTest ticker.SetGamePreset((GamePresetPrototype?) null); await pair.CleanReturnAsync(); - } + }*/ }