mirror of
https://github.com/ppy/osu.git
synced 2026-06-03 15:54:44 +08:00
Mark TestSpinPerMinuteOnRewind as flaky
See: https://github.com/ppy/osu/actions/runs/16167239898/job/45631919718
This commit is contained in:
@@ -21,6 +21,7 @@ using osu.Game.Rulesets.Scoring;
|
||||
using osu.Game.Scoring;
|
||||
using osu.Game.Screens.Play;
|
||||
using osu.Game.Storyboards;
|
||||
using osu.Game.Tests;
|
||||
using osu.Game.Tests.Visual;
|
||||
using osuTK;
|
||||
|
||||
@@ -152,6 +153,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
}
|
||||
|
||||
[Test]
|
||||
[FlakyTest]
|
||||
public void TestSpinPerMinuteOnRewind()
|
||||
{
|
||||
double estimatedSpm = 0;
|
||||
|
||||
Reference in New Issue
Block a user