1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 18:47:27 +08:00

Ignore broken testcases

This commit is contained in:
smoogipoo 2018-03-02 14:01:34 +09:00
parent 2e3ee00c19
commit 6fff6da751
4 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{ {
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch"; 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) public new void Test(int beatmapId)
{ {
base.Test(beatmapId); base.Test(beatmapId);

View File

@ -20,7 +20,8 @@ namespace osu.Game.Rulesets.Mania.Tests
private bool isForCurrentRuleset; private bool isForCurrentRuleset;
[TestCase(875945, false), NonParallelizable] [NonParallelizable]
[TestCase(875945, false), Ignore("See: https://github.com/ppy/osu/issues/2150")]
public void Test(int beatmapId, bool isForCurrentRuleset) public void Test(int beatmapId, bool isForCurrentRuleset)
{ {
this.isForCurrentRuleset = isForCurrentRuleset; this.isForCurrentRuleset = isForCurrentRuleset;

View File

@ -19,7 +19,7 @@ namespace osu.Game.Rulesets.Osu.Tests
{ {
protected override string ResourceAssembly => "osu.Game.Rulesets.Osu"; protected override string ResourceAssembly => "osu.Game.Rulesets.Osu";
[TestCase(875945)] [TestCase(875945), Ignore("See: https://github.com/ppy/osu/issues/2151")]
public new void Test(int beatmapId) public new void Test(int beatmapId)
{ {
base.Test(beatmapId); base.Test(beatmapId);

View File

@ -20,7 +20,8 @@ namespace osu.Game.Rulesets.Taiko.Tests
private bool isForCurrentRuleset; 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) public void Test(int beatmapId, bool isForCurrentRuleset)
{ {
this.isForCurrentRuleset = isForCurrentRuleset; this.isForCurrentRuleset = isForCurrentRuleset;