Re-enable the disabled watchdog tests

This commit is contained in:
Jordan Brown
2020-05-25 12:27:25 -04:00
parent 7b9de9ff63
commit 06d5515ebd
@@ -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);