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;