diff --git a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs index 5f7e49f75b..56263c1717 100644 --- a/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs +++ b/tests/Tgstation.Server.Tests/Live/LiveTestingServer.cs @@ -161,7 +161,9 @@ namespace Tgstation.Server.Tests.Live UpdatePath = Path.Combine(Directory, Guid.NewGuid().ToString()); } - public void Dispose() => Cleanup(Directory).GetAwaiter().GetResult(); + public void Dispose() + { + } public void UpdateSwarmArguments(SwarmConfiguration swarmConfiguration) {