mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Enable mania's basic conversion testcase
This commit is contained in:
parent
27a510aad8
commit
02265ad686
@ -21,7 +21,7 @@ namespace osu.Game.Rulesets.Mania.Tests
|
||||
private bool isForCurrentRuleset;
|
||||
|
||||
[NonParallelizable]
|
||||
[TestCase("basic", false), Ignore("See: https://github.com/ppy/osu/issues/2150")]
|
||||
[TestCase("basic", false)]
|
||||
public void Test(string name, bool isForCurrentRuleset)
|
||||
{
|
||||
this.isForCurrentRuleset = isForCurrentRuleset;
|
||||
|
Loading…
Reference in New Issue
Block a user