Merge branch 'master' into fix-pause-testcase

This commit is contained in:
Dean Herbert
2019-12-05 01:00:27 +09:00
committed by GitHub
76 changed files with 1293 additions and 437 deletions

View File

@ -113,6 +113,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
[Ignore("Will be resolved with merge of https://github.com/ppy/osu/pull/6992")]
public void TestExitTooSoon()
{
AddStep("seek before gameplay", () => Player.GameplayClockContainer.Seek(-5000));
@ -215,6 +216,7 @@ namespace osu.Game.Tests.Visual.Gameplay
}
[Test]
[Ignore("Will be resolved with merge of https://github.com/ppy/osu/pull/6992")]
public void TestRestartAfterResume()
{
AddStep("seek before gameplay", () => Player.GameplayClockContainer.Seek(-5000));