Lets not throw the baby out iwth the bathwater

This commit is contained in:
Jordan Brown
2020-05-07 17:43:56 -04:00
parent 7d8b285dd8
commit 445220015f
2 changed files with 3 additions and 3 deletions
@@ -32,7 +32,7 @@ namespace Tgstation.Server.Tests.Instance
await chatTests.ConfigureAwait(false);
await repoTests;
// await new WatchdogTest(instanceClient).Run(cancellationToken);
await new WatchdogTest(instanceClient).Run(cancellationToken);
var chatShutdown = chatTest.RunPostWatchdog(cancellationToken);
await repoTest.RunPostWatchdog(cancellationToken);
@@ -31,8 +31,8 @@ namespace Tgstation.Server.Tests.Instance
}, cancellationToken);
await RunBasicTest(cancellationToken);
await RunLongRunningTestThenUpdate(cancellationToken);
await RunLongRunningTestThenUpdateWithByondVersionSwitch(cancellationToken);
// await RunLongRunningTestThenUpdate(cancellationToken);
// await RunLongRunningTestThenUpdateWithByondVersionSwitch(cancellationToken);
await StartAndLeaveRunning(cancellationToken);
}