Remove test ignore rules

This commit is contained in:
Dean Herbert 2019-12-05 01:17:11 +09:00
parent 9ac0ac0944
commit 5b8ca8f84a
1 changed files with 0 additions and 2 deletions

View File

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