mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
Remove test ignore rules
This commit is contained in:
parent
9ac0ac0944
commit
5b8ca8f84a
@ -113,7 +113,6 @@ 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));
|
||||
@ -216,7 +215,6 @@ 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));
|
||||
|
Loading…
Reference in New Issue
Block a user