mirror of
https://github.com/ppy/osu.git
synced 2025-03-18 12:37:24 +08:00
Remove TestCase cleanup temporarily until context disposal is sorted
This commit is contained in:
parent
b73b4755eb
commit
0dac770e38
@ -11,15 +11,13 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
public override void RunTest()
|
||||
{
|
||||
Storage storage;
|
||||
using (var host = new HeadlessGameHost($"test-{Guid.NewGuid()}", realtime: false))
|
||||
{
|
||||
storage = host.Storage;
|
||||
host.Run(new OsuTestCaseTestRunner(this));
|
||||
}
|
||||
|
||||
// clean up after each run
|
||||
storage.DeleteDirectory(string.Empty);
|
||||
//storage.DeleteDirectory(string.Empty);
|
||||
}
|
||||
|
||||
public class OsuTestCaseTestRunner : OsuGameBase
|
||||
|
Loading…
x
Reference in New Issue
Block a user