From ac545ebcfb93ecb54da679006c4b9b553671eb5e Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 20 Nov 2023 15:09:36 -0500 Subject: [PATCH] Fix CI blunder --- tests/Tgstation.Server.Tests/Live/TestLiveServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs index 764814e495..9a00b98d5b 100644 --- a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs +++ b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs @@ -1281,7 +1281,7 @@ namespace Tgstation.Server.Tests.Live // missingChatVarsCount = TotalChatVars; // uncomment to force this test to run with basic watchdog - Environment.SetEnvironmentVariable("General__UseBasicWatchdog", "true"); + // Environment.SetEnvironmentVariable("General__UseBasicWatchdog", "true"); if (missingChatVarsCount != 0) {