1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Restore IgnoreAttribute

This commit is contained in:
smoogipoo 2018-03-05 17:01:27 +09:00
parent a6b6c016d6
commit c013f83267

View File

@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
private bool isForCurrentRuleset; private bool isForCurrentRuleset;
[NonParallelizable] [NonParallelizable]
[TestCase("basic", false)] [TestCase("basic", false), Ignore("See: https://github.com/ppy/osu/issues/2152")]
[TestCase("slider-generating-drumroll", false)] [TestCase("slider-generating-drumroll", false)]
public void Test(string name, bool isForCurrentRuleset) public void Test(string name, bool isForCurrentRuleset)
{ {