Fix renderer test running in headless mode

This commit is contained in:
Dean Herbert
2023-03-20 17:50:16 +09:00
parent 82bfcef3fd
commit 3f7500330a

View File

@@ -12,6 +12,7 @@ using osu.Framework.Platform;
namespace osu.Framework.Tests.Visual.Platform
{
[Ignore("This test cannot be run in headless mode (a renderer is required).")]
public partial class TestSceneRenderer : FrameworkTestScene
{
[Resolved]