mirror of https://github.com/ppy/osu
Restore ignored unit tests
This commit is contained in:
parent
80501de4b9
commit
8e4dd58e68
|
@ -17,7 +17,7 @@ internal class CatchBeatmapConversionTest : BeatmapConversionTest<ConvertValue>
|
|||
{
|
||||
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
|
||||
|
||||
[TestCase("basic"), Ignore("See: https://github.com/ppy/osu/issues/2232")]
|
||||
[TestCase("basic")]
|
||||
[TestCase("spinner")]
|
||||
[TestCase("spinner-and-circles")]
|
||||
public new void Test(string name)
|
||||
|
|
Loading…
Reference in New Issue