mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Ignore broken testcases
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user