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);