1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Mark test as headless

This commit is contained in:
Dean Herbert 2020-05-20 10:14:08 +09:00
parent 9638064741
commit 76080368e9

View File

@ -2,6 +2,7 @@
// See the LICENCE file in the repository root for full licence text. // See the LICENCE file in the repository root for full licence text.
using System.Linq; using System.Linq;
using osu.Framework.Testing;
using osu.Game.Audio; using osu.Game.Audio;
using osu.Game.Beatmaps; using osu.Game.Beatmaps;
using osu.Game.Rulesets.Taiko.Objects.Drawables; using osu.Game.Rulesets.Taiko.Objects.Drawables;
@ -12,6 +13,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
/// <summary> /// <summary>
/// Taiko has some interesting rules for legacy mappings. /// Taiko has some interesting rules for legacy mappings.
/// </summary> /// </summary>
[HeadlessTest]
public class TestSceneSampleOutput : PlayerTestScene public class TestSceneSampleOutput : PlayerTestScene
{ {
public TestSceneSampleOutput() public TestSceneSampleOutput()