From e4c5a07e34fe9061786f52d55dabb6bf7dd58b53 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 15 Jun 2020 14:09:12 -0400 Subject: [PATCH] Revert "Enabling these tests to prove a point" This reverts commit 0d5bcc5a4a969806e82e15b8590fda67bd1ff696. --- tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs index 524d81c801..4823cebd9d 100644 --- a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs @@ -48,11 +48,11 @@ namespace Tgstation.Server.Tests.Instance await RunBasicTest(cancellationToken); - await RunLongRunningTestThenUpdate(cancellationToken); - await RunLongRunningTestThenUpdateWithByondVersionSwitch(cancellationToken); - + // await RunLongRunningTestThenUpdate(cancellationToken); + // await RunLongRunningTestThenUpdateWithByondVersionSwitch(cancellationToken); // Remove this deploy when the above tests are reenabled - // await DeployTestDme("LongRunning/long_running_test", DreamDaemonSecurity.Trusted, cancellationToken); + await DeployTestDme("LongRunning/long_running_test", DreamDaemonSecurity.Trusted, cancellationToken); + await RunHeartbeatTest(cancellationToken); await StartAndLeaveRunning(cancellationToken);