1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Remove pointless tests that no longer show anything valid

This commit is contained in:
Dean Herbert 2022-01-30 00:03:22 +09:00
parent a915b9cd30
commit 9861c50b33

View File

@ -122,13 +122,6 @@ namespace osu.Game.Tests.Visual.SongSelect
AddStep(@"None selected", () => leaderboard.SetRetrievalState(PlaceholderState.NoneSelected));
}
[Test]
public void TestBeatmapStates()
{
foreach (BeatmapOnlineStatus status in Enum.GetValues(typeof(BeatmapOnlineStatus)))
AddStep($"{status} beatmap", () => showBeatmapWithStatus(status));
}
private void showPersonalBestWithNullPosition()
{
leaderboard.TopScore = new ScoreInfo