From ca5f0d74f8369e3328c58cca89f60ef604687daf Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 10 Aug 2021 20:04:35 -0400 Subject: [PATCH] My give up. My give up --- .../System/TestPosixSignalHandler.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Tgstation.Server.Host.Tests/System/TestPosixSignalHandler.cs b/tests/Tgstation.Server.Host.Tests/System/TestPosixSignalHandler.cs index 698e68a62e..bab768b6a8 100644 --- a/tests/Tgstation.Server.Host.Tests/System/TestPosixSignalHandler.cs +++ b/tests/Tgstation.Server.Host.Tests/System/TestPosixSignalHandler.cs @@ -36,6 +36,8 @@ namespace Tgstation.Server.Host.System.Tests if (new PlatformIdentifier().IsWindows) Assert.Inconclusive("POSIX only test."); + Assert.Inconclusive("This test fucking doesn't work (hangs on stdout/stderr processing). If this functionality breaks I will find you and devise a very temporarily traumatizing torture for you."); + // `kill`ing the test process results in it hanging, no idea why // we need to run it as a standard dotnet process#if DEBUG #if DEBUG