From 46a6dfecd78180ba4171fd7d98c5dbbd2a3d2b0d Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 15 Oct 2023 15:43:27 -0400 Subject: [PATCH] Yeah, just commit this debug code for now --- 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 ac589da22f..994cba401f 100644 --- a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs +++ b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs @@ -1147,7 +1147,7 @@ namespace Tgstation.Server.Tests.Live await odCompatTests; await odCompatTests; - // Assert.Fail("!!!SUCCESS!!!"); + Assert.Fail("!!!SUCCESS!!!"); // Some earlier linux BYOND versions have a critical bug where replacing the directory in non-basic watchdogs causes the DreamDaemon cwd to change var canRunCompatTests = new PlatformIdentifier().IsWindows;