mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-13 00:53:20 +01:00
Do not cleanup temp dir at end of tests
Still cleans at beginning
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user