mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Lets not throw the baby out iwth the bathwater
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user