From 06d5515ebd6d02268aec90a4af8e574c9fe9cbe0 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 25 May 2020 12:27:25 -0400 Subject: [PATCH] Re-enable the disabled watchdog tests --- tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs index f7a8ed3e55..e21115618d 100644 --- a/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs +++ b/tests/Tgstation.Server.Tests/Instance/WatchdogTest.cs @@ -44,11 +44,8 @@ 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); await RunHeartbeatTest(cancellationToken);