From 9560a383b60f81c9f45732cccdac71617a5be180 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 27 Apr 2020 11:48:54 -0400 Subject: [PATCH] Re-enabled instance manager detach test --- tests/Tgstation.Server.Tests/InstanceManagerTest.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/Tgstation.Server.Tests/InstanceManagerTest.cs b/tests/Tgstation.Server.Tests/InstanceManagerTest.cs index 6d69d8e5cc..91c492dd2a 100644 --- a/tests/Tgstation.Server.Tests/InstanceManagerTest.cs +++ b/tests/Tgstation.Server.Tests/InstanceManagerTest.cs @@ -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);