Revert "Enabling these tests to prove a point"

This reverts commit 0d5bcc5a4a.
This commit is contained in:
Jordan Brown
2020-06-15 14:09:12 -04:00
parent 0d5bcc5a4a
commit e4c5a07e34
@@ -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);