mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:12:54 +08:00
Restore IgnoreAttribute
This commit is contained in:
parent
a6b6c016d6
commit
c013f83267
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
|
||||
private bool isForCurrentRuleset;
|
||||
|
||||
[NonParallelizable]
|
||||
[TestCase("basic", false)]
|
||||
[TestCase("basic", false), Ignore("See: https://github.com/ppy/osu/issues/2152")]
|
||||
[TestCase("slider-generating-drumroll", false)]
|
||||
public void Test(string name, bool isForCurrentRuleset)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user