Disable ruleset-level tests for now

This commit is contained in:
Dean Herbert
2017-10-23 20:58:50 +09:00
parent 4e7c0f11f1
commit bbc5c05055
11 changed files with 23 additions and 16 deletions

View File

@ -8,6 +8,7 @@ using osu.Game.Rulesets.Catch.Objects;
namespace osu.Game.Rulesets.Catch.Tests
{
[TestFixture]
[Ignore("getting CI working")]
public class TestCaseCatchStacker : Game.Tests.Visual.TestCasePlayer
{
public TestCaseCatchStacker() : base(typeof(CatchRuleset))