Ignore broken testcases

This commit is contained in:
smoogipoo
2018-03-02 14:01:34 +09:00
parent 2e3ee00c19
commit 6fff6da751
4 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
[TestCase(875945)]
[TestCase(875945), Ignore("See: https://github.com/ppy/osu/issues/2149")]
public new void Test(int beatmapId)
{
base.Test(beatmapId);