mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Ignore broken testcases
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Tests
|
||||
{
|
||||
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch";
|
||||
|
||||
[TestCase(875945)]
|
||||
[TestCase(875945), Ignore("See: https://github.com/ppy/osu/issues/2149")]
|
||||
public new void Test(int beatmapId)
|
||||
{
|
||||
base.Test(beatmapId);
|
||||
|
Reference in New Issue
Block a user