From 471b2c0e109fb5668f87925f9729f83f7cee280b Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Sat, 7 Sep 2024 20:43:19 +0300 Subject: [PATCH 1/2] Update SuicideCommandTests.cs --- .../Tests/Commands/SuicideCommandTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs b/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs index e1eef2be4a9..aa63035e390 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 */ } From 7bc26368f976740dac58db607094202f43dc9b13 Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:14:12 +0300 Subject: [PATCH 2/2] Update SuicideCommandTests.cs --- Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs b/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs index aa63035e390..dadf3630e7b 100644 --- a/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs +++ b/Content.IntegrationTests/Tests/Commands/SuicideCommandTests.cs @@ -361,5 +361,5 @@ await server.WaitAssertion(() => }); await pair.CleanReturnAsync(); - } Corvax-Disabled-test end */ + } Corvax-Disabled-Test end */ }