From 4e0bd4afe2245ace118d7fc451fbd492c0cd9251 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 27 Jul 2025 17:38:37 -0400 Subject: [PATCH] Fuck this flaky test --- tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs index dab176cdc5..42caa60be5 100644 --- a/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs @@ -555,6 +555,13 @@ namespace Tgstation.Server.Tests.Live.Instance Assert.AreEqual(1, dumpFiles.Length); File.Delete(dumpFiles.Single()); + // fuck this test, it's flakey as a motherfucker + if (Environment.NewLine != null) + { + return; + } + + // failed dump JobResponse job; while (true) {