mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:33:21 +08:00
24d84890e4
There's multiple schedules at play which could be adding multi-frame
delays. let's play it safe and try and fix flaky tests.
Example of `Schedule` which could cause an issue:
|
||
---|---|---|
.. | ||
TestSceneAdvancedStats.cs | ||
TestSceneBeatmapCarousel.cs | ||
TestSceneBeatmapDetails.cs | ||
TestSceneBeatmapInfoWedge.cs | ||
TestSceneBeatmapLeaderboard.cs | ||
TestSceneBeatmapMetadataDisplay.cs | ||
TestSceneBeatmapOptionsOverlay.cs | ||
TestSceneBeatmapRecommendations.cs | ||
TestSceneDifficultyRangeFilterControl.cs | ||
TestSceneFilterControl.cs | ||
TestScenePlaySongSelect.cs | ||
TestSceneSongSelectFooter.cs | ||
TestSceneTopLocalRank.cs | ||
TestSceneUpdateBeatmapSetButton.cs | ||
TestSceneUserTopScoreContainer.cs |