From 2553bade1ab2fab3ba25895afaa4c714e177467e Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:58:08 -0500 Subject: [PATCH] Narsie test bandaid (#22206) --- Content.IntegrationTests/Tests/EntityTest.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Content.IntegrationTests/Tests/EntityTest.cs b/Content.IntegrationTests/Tests/EntityTest.cs index e9a25e9a51..9f8823fd5e 100644 --- a/Content.IntegrationTests/Tests/EntityTest.cs +++ b/Content.IntegrationTests/Tests/EntityTest.cs @@ -234,6 +234,8 @@ namespace Content.IntegrationTests.Tests "GhostRoleMobSpawner", "NukeOperativeSpawner", "TimedSpawner", + // makes an announcement on mapInit. + "AnnounceOnSpawn", }; Assert.That(server.CfgMan.GetCVar(CVars.NetPVS), Is.False); -- 2.51.2