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

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