mirror of https://github.com/ppy/osu
Disable timeline test for now
This commit is contained in:
parent
12e2e63a1c
commit
0226b358ee
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Editing
|
namespace osu.Game.Tests.Visual.Editing
|
||||||
{
|
{
|
||||||
|
[Ignore("Timeline initialisation is kinda broken.")] // Initial work to rectify this was done in https://github.com/ppy/osu/pull/19297, but needs more massaging to work.
|
||||||
public class TestSceneTimelineZoom : TimelineTestScene
|
public class TestSceneTimelineZoom : TimelineTestScene
|
||||||
{
|
{
|
||||||
public override Drawable CreateTestComponent() => Empty();
|
public override Drawable CreateTestComponent() => Empty();
|
||||||
|
|
Loading…
Reference in New Issue