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

@ -20,7 +20,8 @@ namespace osu.Game.Rulesets.Taiko.Tests
private bool isForCurrentRuleset;
[TestCase(875945, false), NonParallelizable]
[NonParallelizable]
[TestCase(875945, false), Ignore("See: https://github.com/ppy/osu/issues/2152")]
public void Test(int beatmapId, bool isForCurrentRuleset)
{
this.isForCurrentRuleset = isForCurrentRuleset;