mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Re-enabled instance manager detach test
This commit is contained in:
@@ -147,9 +147,6 @@ namespace Tgstation.Server.Tests
|
||||
firstTest.Online = false;
|
||||
firstTest = await instanceManagerClient.Update(firstTest, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
// TODO: Re-enable the rest of these tests once https://github.com/tgstation/tgstation-server/issues/860 is dealt with
|
||||
return;
|
||||
|
||||
await instanceManagerClient.Detach(firstTest, cancellationToken).ConfigureAwait(false);
|
||||
|
||||
var instanceAttachFileName = (string)typeof(InstanceController).GetField("InstanceAttachFileName", BindingFlags.NonPublic | BindingFlags.Static).GetValue(null);
|
||||
|
||||
Reference in New Issue
Block a user