diff --git a/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs b/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs index e1eef2be4a9..dadf3630e7b 100644 --- a/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs +++ b/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs @@ -21,7 +21,7 @@ namespace Content.IntegrationTests.Tests.Commands; [TestFixture] public sealed class SuicideCommandTests { - +/* Corvax-Disabled-test [TestPrototypes] private const string Prototypes = @" - type: entity @@ -361,5 +361,5 @@ await server.WaitAssertion(() => }); await pair.CleanReturnAsync(); - } + } Corvax-Disabled-Test end */ }