Re-enabled instance manager detach test

This commit is contained in:
Jordan Brown
2020-04-27 11:48:54 -04:00
parent 7f20d1529b
commit 9560a383b6
@@ -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);