mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Mark test as headless
This commit is contained in:
parent
9638064741
commit
76080368e9
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user