From 4fca3242ce2fc714dcafb00327a4ee86a2c4ff1a Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 16 Oct 2023 01:07:43 -0400 Subject: [PATCH] Remove debug code --- tests/Tgstation.Server.Tests/Live/TestLiveServer.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs index 8b65ade886..229bdeade6 100644 --- a/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs +++ b/tests/Tgstation.Server.Tests/Live/TestLiveServer.cs @@ -1171,9 +1171,6 @@ namespace Tgstation.Server.Tests.Live if (TestingUtils.RunningInGitHubActions) // they only have 2 cores, can't handle intense parallelization await odCompatTests; - await odCompatTests; - 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; var compatTests = canRunCompatTests