mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 12:57:39 +09:00
Mark ruleset skin provider test scene as headless
This commit is contained in:
parent
177bfe1234
commit
035fe2ad49
@ -10,6 +10,7 @@ using osu.Framework.Graphics;
|
|||||||
using osu.Framework.Graphics.Containers;
|
using osu.Framework.Graphics.Containers;
|
||||||
using osu.Framework.Graphics.OpenGL.Textures;
|
using osu.Framework.Graphics.OpenGL.Textures;
|
||||||
using osu.Framework.Graphics.Textures;
|
using osu.Framework.Graphics.Textures;
|
||||||
|
using osu.Framework.Testing;
|
||||||
using osu.Game.Audio;
|
using osu.Game.Audio;
|
||||||
using osu.Game.Rulesets;
|
using osu.Game.Rulesets;
|
||||||
using osu.Game.Skinning;
|
using osu.Game.Skinning;
|
||||||
@ -18,6 +19,7 @@ using osu.Game.Tests.Visual;
|
|||||||
|
|
||||||
namespace osu.Game.Tests.Rulesets
|
namespace osu.Game.Tests.Rulesets
|
||||||
{
|
{
|
||||||
|
[HeadlessTest]
|
||||||
public class TestSceneRulesetSkinProvidingContainer : OsuTestScene
|
public class TestSceneRulesetSkinProvidingContainer : OsuTestScene
|
||||||
{
|
{
|
||||||
private SkinRequester requester;
|
private SkinRequester requester;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user