From 0d5bcc5a4a969806e82e15b8590fda67bd1ff696 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 15 Jun 2020 14:08:06 -0400 Subject: [PATCH] Enabling these tests to prove a point --- 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 4823cebd9d..524d81c801 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); - // Remove this deploy when the above tests are reenabled - await DeployTestDme("LongRunning/long_running_test", DreamDaemonSecurity.Trusted, 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 RunHeartbeatTest(cancellationToken); await StartAndLeaveRunning(cancellationToken);