mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Avoid loading unnecessary fonts in headless testing
This commit is contained in:
@ -367,6 +367,11 @@ namespace osu.Game.Tests.Visual
|
||||
Add(runner = new TestSceneTestRunner.TestRunner());
|
||||
}
|
||||
|
||||
protected override void InitialiseFonts()
|
||||
{
|
||||
// skip fonts load as it's not required for testing purposes.
|
||||
}
|
||||
|
||||
public void RunTestBlocking(TestScene test) => runner.RunTestBlocking(test);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user