mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Ignore broken testcases
This commit is contained in:
parent
2e3ee00c19
commit
6fff6da751
@ -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);
|
||||||
|
@ -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;
|
||||||
|
@ -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);
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user